summaryrefslogtreecommitdiff
path: root/include/linux/string.h
diff options
context:
space:
mode:
authorDonggeun Kim <[email protected]>2012-03-22 04:38:55 +0000
committerAnatolij Gustschin <[email protected]>2012-03-24 23:27:32 +0100
commit079df7223c05518687cbd2eb9ad1b3d1712ee6d7 (patch)
treeb95010f6313f85826e3f2e64d76f31aca91dcc24 /include/linux/string.h
parent7cb30b13f12077c7eec8ce2419cd96cd65ace8e2 (diff)
FAT write: Fix compile errors
This patch removes compile errors introduced by commit 9813b750f32c0056f0a35813b9a9ec0f68b664af 'fs/fat: Fix FAT detection to support non-DOS partition tables' fat_write.c: In function 'disk_write': fat_write.c:54: error: 'part_offset' undeclared (first use in this function) fat_write.c:54: error: (Each undeclared identifier is reported only once fat_write.c:54: error: for each function it appears in.) fat_write.c: In function 'do_fat_write': fat_write.c:950: error: 'part_size' undeclared (first use in this function) These errors only appear when this code is enabled by defining CONFIG_FAT_WRITE option. This patch was originally part of http://article.gmane.org/gmane.comp.boot-loaders.u-boot/121847 Signed-off-by: Donggeun Kim <[email protected]> Signed-off-by: Kyungmin Park <[email protected]> Signed-off-by: Maximilian Schwerin <[email protected]> Fixed patch author and added all needed SoB from the original patch and also submitter's SoB. Extended commit log. Signed-off-by: Anatolij Gustschin <[email protected]>
Diffstat (limited to 'include/linux/string.h')
0 files changed, 0 insertions, 0 deletions