Re: [RFC] DRM remove DMA/IRQ macros..

From: David S. Miller
Date: Sun Sep 05 2004 - 22:39:33 EST


On Sun, 5 Sep 2004 10:21:34 +0100 (IST)
Dave Airlie <airlied@xxxxxxxx> wrote:

> The attached patch dumps the DMA/IRQ macros, I've realised I one
> more to go after this for some macros from the ffb driver,


Speaking of the ffb driver, you broke the build of
it pretty seriously 2 days ago, please fix. Thanks.

drivers/char/drm/ffb_drv.c: At top level:
drivers/char/drm/ffb_drv.c:296: warning: `ffb_presetup' defined but not used
drivers/char/drm/ffb_drv.c:179: warning: `ffb_count_card_instances' defined but not used
CC [M] drivers/char/drm/ffb_context.o
drivers/char/drm/ffb_context.c: In function `ffb_driver_presetup':
drivers/char/drm/ffb_context.c:559: warning: implicit declaration of function `ffb_presetup'
drivers/char/drm/ffb_context.c:560: error: `_ret' undeclared (first use in this function)
drivers/char/drm/ffb_context.c:560: error: (Each undeclared identifier is reported only once
drivers/char/drm/ffb_context.c:560: error: for each function it appears in.)
drivers/char/drm/ffb_context.c: In function `ffb_driver_postcleanup':
drivers/char/drm/ffb_context.c:570: error: `ffb_position' undeclared (first use in this function)
drivers/char/drm/ffb_context.c: In function `ffb_driver_kernel_context_switch_unlock':
drivers/char/drm/ffb_context.c:580: error: `lock' undeclared (first use in this function)
drivers/char/drm/ffb_context.c: At top level:
drivers/char/drm/ffb_context.c:591: warning: static declaration for `ffb_driver_register_fns' follows non-static
drivers/char/drm/ffb_context.c: In function `ffb_driver_register_fns':
drivers/char/drm/ffb_context.c:593: warning: assignment from incompatible pointer type
drivers/char/drm/ffb_context.c:596: warning: assignment from incompatible pointer type
drivers/char/drm/ffb_context.c: At top level:
drivers/char/drm/ffb_context.c:591: warning: `ffb_driver_register_fns' defined but not used
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/