Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 30932
b: refs/heads/master
c: ce5b096
h: refs/heads/master
v: v3
  • Loading branch information
Lennert Buytenhek authored and David Woodhouse committed Jun 27, 2006
1 parent fb3e95e commit dcfefb6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition 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: 2c06a0821711a53d51a3d0492a9be0671b7152e5
refs/heads/master: ce5b0968b1caa6b93e366e88a3c5fa2fd59029ce
2 changes: 0 additions & 2 deletions trunk/drivers/mtd/maps/ixp2000.c
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ struct ixp2000_flash_info {
struct map_info map;
struct mtd_partition *partitions;
struct resource *res;
int nr_banks;
};

static inline unsigned long flash_bank_setup(struct map_info *map, unsigned long ofs)
Expand Down Expand Up @@ -183,7 +182,6 @@ static int ixp2000_flash_probe(struct platform_device *dev)
*/
info->map.phys = NO_XIP;

info->nr_banks = ixp_data->nr_banks;
info->map.size = ixp_data->nr_banks * window_size;
info->map.bankwidth = 1;

Expand Down

0 comments on commit dcfefb6

Please sign in to comment.