* [KJ] [PATCH] Make ixp4xxgpioled_brightness_set static in
@ 2006-05-29 20:08 Matthew Martin
0 siblings, 0 replies; only message in thread
From: Matthew Martin @ 2006-05-29 20:08 UTC (permalink / raw)
To: kernel-janitors
Hello,
This makes the function ixp4xxgpioled_brightness_set static.
Signed-Off-By: Matthew Martin <lihnucks@gmail.com>
---
--- vanilla-linux-2.6.16/drivers/leds/leds-ixp4xx-gpio.c 2006-05-11 23:05:46.000000000 -0500
+++ linux-2.6.16/drivers/leds/leds-ixp4xx-gpio.c 2006-05-12 12:36:43.000000000 -0500
@@ -48,7 +48,7 @@ static struct ixp4xxgpioled_device {
int flags;
} ixp4xxgpioled_devices[GPIO_MAX];
-void ixp4xxgpioled_brightness_set(struct led_classdev *pled,
+static void ixp4xxgpioled_brightness_set(struct led_classdev *pled,
enum led_brightness value)
{
const struct ixp4xxgpioled_device *const ixp4xx_dev
_______________________________________________
Kernel-janitors mailing list
Kernel-janitors@lists.osdl.org
https://lists.osdl.org/mailman/listinfo/kernel-janitors
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2006-05-29 20:08 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-05-29 20:08 [KJ] [PATCH] Make ixp4xxgpioled_brightness_set static in Matthew Martin
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.