Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 168276
b: refs/heads/master
c: f5bae56
h: refs/heads/master
v: v3
  • Loading branch information
Mike Frysinger authored and David Woodhouse committed Sep 24, 2009
1 parent e6b1f09 commit fa512b2
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 58475fb908485ab38860d6970a8063987fe1d619
refs/heads/master: f5bae56a501347671b18095731d78e13eee5205f
5 changes: 2 additions & 3 deletions trunk/drivers/mtd/maps/gpio-addr-flash.c
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@
* Licensed under the GPL-2 or later.
*/

#include <linux/gpio.h>
#include <linux/init.h>
#include <linux/io.h>
#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/mtd/mtd.h>
Expand All @@ -23,9 +25,6 @@
#include <linux/platform_device.h>
#include <linux/types.h>

#include <asm/gpio.h>
#include <asm/io.h>

#define pr_devinit(fmt, args...) ({ static const __devinitconst char __fmt[] = fmt; printk(__fmt, ## args); })

#define DRIVER_NAME "gpio-addr-flash"
Expand Down

0 comments on commit fa512b2

Please sign in to comment.