From: Adrian Bunk Date: Mon, 14 Apr 2008 14:17:16 +0000 (+0300) Subject: [SCSI] st: rename flush_write_buffer() X-Git-Tag: v2.6.26-rc1~1140^2~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8ef8d5941cdc6ab616334e14306c39f7aceb780c;p=pandora-kernel.git [SCSI] st: rename flush_write_buffer() This patch fixes the following namespace collision with include/asm-avr32/cacheflush.h : <-- snip --> ... CC [M] drivers/scsi/st.o /home/bunk/linux/kernel-2.6/git/linux-2.6/drivers/scsi/st.c:629:53: error: macro "flush_write_buffer" passed 1 arguments, but takes just 0 ... make[3]: *** [drivers/scsi/st.o] Error 1 <-- snip --> st now uses st_flush_write_buffer() Signed-off-by: Adrian Bunk Signed-off-by: James Bottomley --- Reading git-diff-tree failed