From: Akinobu Mita Date: Thu, 24 Jul 2008 04:26:44 +0000 (-0700) Subject: move memory_read_from_buffer() from fs.h to string.h X-Git-Tag: v2.6.27-rc1~845 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e108526e77aa41c89b3be96f75d97615db2b751c;p=pandora-kernel.git move memory_read_from_buffer() from fs.h to string.h James Bottomley warns that inclusion of linux/fs.h in a low level driver was always a danger signal. This patch moves memory_read_from_buffer() from fs.h to string.h and fixes includes in existing memory_read_from_buffer() users. Signed-off-by: Akinobu Mita Cc: James Bottomley Cc: Geert Uytterhoeven Cc: Zhang Rui Cc: Bob Moore Cc: Thomas Renninger Cc: Len Brown Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed