Re: [PATCH] [mmc] fix compile without LED Triggers

2007-10-12 Thread Randy Dunlap
On Sat, 13 Oct 2007 00:25:15 +0200 Sebastian Siewior wrote: > drivers/mmc/core/host.c: In function 'mmc_remove_host': > drivers/mmc/core/host.c:146: error: implicit declaration of function > 'led_trigger_unregister' > drivers/mmc/core/host.c:146: error: 'struct mmc_host' has no member named > 'l

[PATCH] [mmc] fix compile without LED Triggers

2007-10-12 Thread Sebastian Siewior
drivers/mmc/core/host.c: In function 'mmc_remove_host': drivers/mmc/core/host.c:146: error: implicit declaration of function 'led_trigger_unregister' drivers/mmc/core/host.c:146: error: 'struct mmc_host' has no member named 'led' Signed-off-by: Sebastian Siewior <[EMAIL PROTECTED]> --- include/l