Skip to content

Commit

Permalink
leds: Add missing include for leds.h
Browse files Browse the repository at this point in the history
This patch has added #include <linux/spinlock.h> to include/linux/leds.h
for rwlock_t.

Signed-off-by: Yoichi Yuasa <yoichi_yuasa@tripeaks.co.jp>
Signed-off-by: Richard Purdie <rpurdie@rpsys.net>
  • Loading branch information
Yoichi Yuasa authored and Richard Purdie committed Sep 11, 2007
1 parent 0d4cbb5 commit df96efd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/linux/leds.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
#define __LINUX_LEDS_H_INCLUDED

#include <linux/list.h>
#include <linux/spinlock.h>

struct device;
/*
Expand Down

0 comments on commit df96efd

Please sign in to comment.