Subject: [merged] ncpfs-remove-now-unused-printk-macro.patch removed from -mm tree To: joe@xxxxxxxxxxx,petr@xxxxxxxxxxxxxx,mm-commits@xxxxxxxxxxxxxxx From: akpm@xxxxxxxxxxxxxxxxxxxx Date: Wed, 09 Apr 2014 10:55:43 -0700 The patch titled Subject: ncpfs: remove now unused PRINTK macro has been removed from the -mm tree. Its filename was ncpfs-remove-now-unused-printk-macro.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ From: Joe Perches <joe@xxxxxxxxxxx> Subject: ncpfs: remove now unused PRINTK macro Uses are gone, remove the macro. Signed-off-by: Joe Perches <joe@xxxxxxxxxxx> Cc: Petr Vandrovec <petr@xxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- fs/ncpfs/ncp_fs.h | 3 --- 1 file changed, 3 deletions(-) diff -puN fs/ncpfs/ncp_fs.h~ncpfs-remove-now-unused-printk-macro fs/ncpfs/ncp_fs.h --- a/fs/ncpfs/ncp_fs.h~ncpfs-remove-now-unused-printk-macro +++ a/fs/ncpfs/ncp_fs.h @@ -2,9 +2,6 @@ #include "ncp_fs_i.h" #include "ncp_fs_sb.h" -/* define because it is easy to change PRINTK to {*}PRINTK */ -#define PRINTK(format, args...) printk(KERN_DEBUG format , ## args) - #undef NCPFS_PARANOIA #ifdef NCPFS_PARANOIA #define ncp_vdbg(fmt, ...) \ _ Patches currently in -mm which might be from joe@xxxxxxxxxxx are origin.patch mm-utilc-add-kstrimdup.patch checkpatch-always-warn-on-missing-blank-line-after-variable-declaration-block.patch checkpatch-reduce-false-positives-for-missing-blank-line-after-declarations-test.patch checkpatch-reduce-false-positives-for-missing-blank-line-after-declarations-test-fix.patch linux-next.patch -- To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html