rwlocks are used in the structures so make sure the right header
is included.
Signed-off-by: Pierre Ossman <[email protected]>
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
On Sun, 2007-09-23 at 08:14 +0200, Pierre Ossman wrote:
> rwlocks are used in the structures so make sure the right header
> is included.
>
> Signed-off-by: Pierre Ossman <[email protected]>
I think something similar was already committed in revision
df96efd73b81b8bc2d23b3d8b6025cce3d43db6c.
Cheers,
Richard
On Tue, 25 Sep 2007 00:09:12 +0100
Richard Purdie <[email protected]> wrote:
> On Sun, 2007-09-23 at 08:14 +0200, Pierre Ossman wrote:
> > rwlocks are used in the structures so make sure the right header
> > is included.
> >
> > Signed-off-by: Pierre Ossman <[email protected]>
>
> I think something similar was already committed in revision
> df96efd73b81b8bc2d23b3d8b6025cce3d43db6c.
>
Indeed. I guess sometimes the solution to your problems is just a pull
away. ;)
--
-- Pierre Ossman
Linux kernel, MMC maintainer http://www.kernel.org
PulseAudio, core developer http://pulseaudio.org
rdesktop, core developer http://www.rdesktop.org