]> git.baikalelectronics.ru Git - kernel.git/commit
target: Fix compile warning w/ missing module.h include
authorNicholas Bellinger <nab@linux-iscsi.org>
Tue, 25 Oct 2011 06:43:29 +0000 (06:43 +0000)
committerNicholas Bellinger <nab@linux-iscsi.org>
Wed, 26 Oct 2011 20:42:13 +0000 (20:42 +0000)
commite7d7e014194799397ee91472c163db151a604b09
tree73f376d40d187276777df5b01c10446cc3542db8
parent131017eb6a31a08207bbbd422c0c8399ed810aa6
target: Fix compile warning w/ missing module.h include

This patch fixes the following compile warning in target_core_cdb.c in
recent linux-next code due to the new use of EXPORT_SYMBOL() for
target_get_task_cdb().

drivers/target/target_core_cdb.c:1316: warning: data definition has no type or storage class
drivers/target/target_core_cdb.c:1316: warning: type defaults to ‘int’ in declaration of ‘EXPORT_SYMBOL’
drivers/target/target_core_cdb.c:1316: warning: parameter names (without types) in function declaration

Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>
drivers/target/target_core_cdb.c