Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 15219
b: refs/heads/master
c: 27f4e08
h: refs/heads/master
i:
  15217: f87b563
  15215: cfa82cb
v: v3
  • Loading branch information
Kyungmin Park authored and Linus Torvalds committed Dec 19, 2005
1 parent 8657f52 commit bd7703f
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 532a37cf8d05dd1aa5631be836036204b0d2b4a1
refs/heads/master: 27f4e0834746196f219e3e030ca71ffd3b176483
4 changes: 2 additions & 2 deletions trunk/drivers/mtd/onenand/generic.c
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
* This is a device driver for the OneNAND flash for generic boards.
*/

#include <linux/device.h>
#include <linux/module.h>
#include <linux/init.h>
#include <linux/platform_device.h>
#include <linux/mtd/mtd.h>
#include <linux/mtd/onenand.h>
#include <linux/mtd/partitions.h>
Expand All @@ -39,7 +39,7 @@ static int __devinit generic_onenand_probe(struct device *dev)
{
struct onenand_info *info;
struct platform_device *pdev = to_platform_device(dev);
struct onenand_platform_data *pdata = pdev->dev.platform_data;
struct flash_platform_data *pdata = pdev->dev.platform_data;
struct resource *res = pdev->resource;
unsigned long size = res->end - res->start + 1;
int err;
Expand Down

0 comments on commit bd7703f

Please sign in to comment.