From: Paul M. <le...@li...> - 2007-03-18 10:08:52
|
On Sat, Mar 17, 2007 at 10:23:38AM +0900, kogiidena wrote: > diff -urpN OLD/arch/sh/boards/landisk/setup.c NEW/arch/sh/boards/landisk/setup.c > --- OLD/arch/sh/boards/landisk/setup.c 2007-03-16 09:20:01.000000000 +0900 > +++ NEW/arch/sh/boards/landisk/setup.c 2007-03-17 09:09:29.000000000 +0900 [snip] > +static struct platform_device landisk_led_device = { > + .name = "landisk-led", > + .id = -1 > +}; > + This is unused at the moment, if you want to use the generic heartbeat, you'll have to set the name to "heartbeat". If you have a special driver that you've written, then this should be added in once that driver has been submitted. |