diff options
| author | Rob Herring <rob.herring@calxeda.com> | 2012-08-23 11:31:46 +0000 | 
|---|---|---|
| committer | Tom Rini <trini@ti.com> | 2012-09-25 14:46:55 -0700 | 
| commit | 81180819b842602f29f325298ee3e522beda3e0a (patch) | |
| tree | 14c47ee7042a0e8b28f50c695d8b386f16cf6144 /fs/ext4/ext4_common.h | |
| parent | 945010629641b00cca95d1fed4f63009a2b4a113 (diff) | |
| download | olio-uboot-2014.01-81180819b842602f29f325298ee3e522beda3e0a.tar.xz olio-uboot-2014.01-81180819b842602f29f325298ee3e522beda3e0a.zip | |
cmd_extX: use common get_device_and_partition function
Convert ext2/4 load, ls, and write functions to use common device and
partition parsing function. With the common function "dev:part" can come
from the environment and a '-' can be used in that case.
Signed-off-by: Rob Herring <rob.herring@calxeda.com>
Diffstat (limited to 'fs/ext4/ext4_common.h')
| -rw-r--r-- | fs/ext4/ext4_common.h | 1 | 
1 files changed, 0 insertions, 1 deletions
| diff --git a/fs/ext4/ext4_common.h b/fs/ext4/ext4_common.h index 0af625db2..f72813418 100644 --- a/fs/ext4/ext4_common.h +++ b/fs/ext4/ext4_common.h @@ -62,7 +62,6 @@ static inline void *zalloc(size_t size)  	return p;  } -extern unsigned long part_offset;  int ext4fs_read_inode(struct ext2_data *data, int ino,  		      struct ext2_inode *inode);  int ext4fs_read_file(struct ext2fs_node *node, int pos, |