mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] leds: add missing header
@ 2007-09-23  6:14 Pierre Ossman
  2007-09-24 23:09 ` Richard Purdie
  0 siblings, 1 reply; 3+ messages in thread
From: Pierre Ossman @ 2007-09-23  6:14 UTC (permalink / raw)
  To: rpurdie, LKML

rwlocks are used in the structures so make sure the right header
is included.

Signed-off-by: Pierre Ossman <drzeus@drzeus.cx>

diff --git a/include/linux/leds.h b/include/linux/leds.h
index 4211750..6518c32 100644
--- a/include/linux/leds.h
+++ b/include/linux/leds.h
@@ -13,6 +13,7 @@
 #define __LINUX_LEDS_H_INCLUDED
 
 #include <linux/list.h>
+#include <linux/rwsem.h>
 
 struct device;
 /*


-- 
     -- Pierre Ossman

  Linux kernel, MMC maintainer        http://www.kernel.org
  PulseAudio, core developer          http://pulseaudio.org
  rdesktop, core developer          http://www.rdesktop.org

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2007-09-25  5:22 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-09-23  6:14 [PATCH] leds: add missing header Pierre Ossman
2007-09-24 23:09 ` Richard Purdie
2007-09-25  5:23   ` Pierre Ossman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®