Hi James, After merging the scsi tree, today's linux-next build (powerpc ppc64_defconfig) failed like this:
drivers/scsi/scsi_lib.c: In function 'scsi_io_completion':
drivers/scsi/scsi_lib.c:1048:5: error: implicit declaration of function
'SCSI_LOG_LEVEL' [-Werror=implicit-function-declaration]
level = SCSI_LOG_LEVEL(SCSI_LOG_MLCOMPLETE_SHIFT,
^
Caused by commit b6568e80be82 ("scsi: simplify
scsi_log_(send|completion)"). SCSI_LOG_LEVEL is defined in
drivers/scsi/scsi_logging.h, but only if CONFIG_SCSI_LOGGING is defined.
I have used the version of the scsi tree from next-20141031 for today.
--
Cheers,
Stephen Rothwell [email protected]
pgpdcFB4Ysnyn.pgp
Description: OpenPGP digital signature

