diff options
author | Felix Fietkau <nbd@openwrt.org> | 2007-03-04 23:34:50 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2007-03-04 23:34:50 +0000 |
commit | 5f728db76a9b2bbb1961d9709a64e1e302850068 (patch) | |
tree | 71e45574b788e039f9a53b43e774cadd290e4070 | |
parent | 6bbbeb5d67faeb14ad1fdb55d778a8159b653bed (diff) | |
download | upstream-5f728db76a9b2bbb1961d9709a64e1e302850068.tar.gz upstream-5f728db76a9b2bbb1961d9709a64e1e302850068.tar.bz2 upstream-5f728db76a9b2bbb1961d9709a64e1e302850068.zip |
fix a compile error caused by the devfs removal
SVN-Revision: 6518
-rw-r--r-- | target/linux/rb532-2.6/patches/120-cf.patch | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/target/linux/rb532-2.6/patches/120-cf.patch b/target/linux/rb532-2.6/patches/120-cf.patch index 6c61aa7071..f702753c7d 100644 --- a/target/linux/rb532-2.6/patches/120-cf.patch +++ b/target/linux/rb532-2.6/patches/120-cf.patch @@ -662,7 +662,7 @@ diff -urN linux.old/drivers/block/rb500/ata.h linux.dev/drivers/block/rb500/ata. diff -urN linux.old/drivers/block/rb500/bdev.c linux.dev/drivers/block/rb500/bdev.c --- linux.old/drivers/block/rb500/bdev.c 1970-01-01 01:00:00.000000000 +0100 +++ linux.dev/drivers/block/rb500/bdev.c 2006-10-26 00:11:14.000000000 +0200 -@@ -0,0 +1,340 @@ +@@ -0,0 +1,339 @@ +/* CF-mips driver + This is a block driver for the direct (mmaped) interface to the CF-slot, + found in Routerboard.com's RB532 board @@ -798,7 +798,6 @@ diff -urN linux.old/drivers/block/rb500/bdev.c linux.dev/drivers/block/rb500/bde + cf_gendisk->queue=dev->queue; + BUG_ON(cf_gendisk->minors != CF_MAX_PART); + strcpy(cf_gendisk->disk_name,"cfa"); -+ strcpy(cf_gendisk->devfs_name,"cf/card0"); + cf_gendisk->fops = &cf_bdops; + cf_gendisk->flags = 0 ; /* is not yet GENHD_FL_REMOVABLE */ + cf_gendisk->private_data=dev; |