On Tue, Jan 16, 2007 at 12:56:00AM +0100, Florian Fainelli wrote: > Answering back to myself, since I fixed the stuff using the COBALT_LED_PORT, > here the corrected patch. Can you queue this patch for a commit if it sounds > acceptable to you ? > > Thank you very much in advance. Signed-off??? > +void cobalt_led_set(struct led_classdev *led_cdev, enum led_brightness > brightness) This function is only used locally so should be static. Ralf