Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 204905
b: refs/heads/master
c: 2e13cba
h: refs/heads/master
i:
  204903: ad593b2
v: v3
  • Loading branch information
Grant Likely committed Jul 5, 2010
1 parent 48a72b7 commit 86b1010
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 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: 391c970c0dd1100e3b9e1681f7d0f20aac35455a
refs/heads/master: 2e13cba8dc35774bf1d7169733e876c5b7adee54
7 changes: 4 additions & 3 deletions trunk/drivers/of/gpio.c
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,14 @@
* (at your option) any later version.
*/

#include <linux/kernel.h>
#include <linux/device.h>
#include <linux/errno.h>
#include <linux/module.h>
#include <linux/io.h>
#include <linux/of.h>
#include <linux/slab.h>
#include <linux/of_address.h>
#include <linux/of_gpio.h>
#include <asm/prom.h>
#include <linux/slab.h>

/**
* of_get_gpio_flags - Get a GPIO number and flags to use with GPIO API
Expand Down

0 comments on commit 86b1010

Please sign in to comment.