]> git.baikalelectronics.ru Git - kernel.git/commit
sysctl extern cleanup: sg
authorDave Young <hidave.darkstar@gmail.com>
Wed, 10 Mar 2010 23:24:07 +0000 (15:24 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 12 Mar 2010 23:53:10 +0000 (15:53 -0800)
commit5d32c5314e3b80e75a8ced021f5017cc6bfb97d4
tree538857520760de1cf3575c8b5e4f73bab70557ff
parente52eaab59c6cbb8b1eb796aebff32ddf95b91cbf
sysctl extern cleanup: sg

Extern declarations in sysctl.c should be moved to their own header file,
and then include them in relavant .c files.

Move sg_big_buff extern declaration to scsi/sg.h

Signed-off-by: Dave Young <hidave.darkstar@gmail.com>
Acked-by: Doug Gilbert <dgilbert@interlog.com>
Cc: James Bottomley <James.Bottomley@HansenPartnership.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
include/scsi/sg.h
kernel/sysctl.c