Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 295190
b: refs/heads/master
c: 16db7f9
h: refs/heads/master
v: v3
  • Loading branch information
Mark Brown authored and Linus Torvalds committed Mar 23, 2012
1 parent 271b786 commit 1531474
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 75cb2e1d1a53e732ebc81e7c4fa781aa8d7a9619
refs/heads/master: 16db7f9095bf6bb394c9ddb64e738e64a0fea733
3 changes: 1 addition & 2 deletions trunk/drivers/leds/leds-gpio.c
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,14 @@
#include <linux/kernel.h>
#include <linux/init.h>
#include <linux/platform_device.h>
#include <linux/gpio.h>
#include <linux/leds.h>
#include <linux/of_platform.h>
#include <linux/of_gpio.h>
#include <linux/slab.h>
#include <linux/workqueue.h>
#include <linux/module.h>

#include <asm/gpio.h>

struct gpio_led_data {
struct led_classdev cdev;
unsigned gpio;
Expand Down

0 comments on commit 1531474

Please sign in to comment.