1. 27 10月, 2011 1 次提交
    • N
      target: Fix compile warning w/ missing module.h include · c9abb9bb
      Nicholas Bellinger 提交于
      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: NNicholas Bellinger <nab@linux-iscsi.org>
      c9abb9bb
  2. 24 10月, 2011 39 次提交