lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Sat, 8 Mar 2014 06:32:51 +0100 From: Michael Opdenacker <michael.opdenacker@...e-electrons.com> To: aacraid@...ptec.com, ipslinux@...ptec.com, JBottomley@...allels.com Cc: akpm@...ux-foundation.org, linux-scsi@...r.kernel.org, linux-kernel@...r.kernel.org, Michael Opdenacker <michael.opdenacker@...e-electrons.com> Subject: [PATCH] [RESEND][SCSI] ips: remove unused defines This patch removes unused defines from drivers/scsi/ips.h - the min() macro is not used - the __iomem define is no longer needed to compile ips.c without warnings Signed-off-by: Michael Opdenacker <michael.opdenacker@...e-electrons.com> --- drivers/scsi/ips.h | 8 -------- 1 file changed, 8 deletions(-) diff --git a/drivers/scsi/ips.h b/drivers/scsi/ips.h index 45b9566b928e..26df4f6e9d70 100644 --- a/drivers/scsi/ips.h +++ b/drivers/scsi/ips.h @@ -88,14 +88,6 @@ touch_nmi_watchdog(); \ } while (0) - #ifndef min - #define min(x,y) ((x) < (y) ? x : y) - #endif - - #ifndef __iomem /* For clean compiles in earlier kernels without __iomem annotations */ - #define __iomem - #endif - #define pci_dma_hi32(a) ((a >> 16) >> 16) #define pci_dma_lo32(a) (a & 0xffffffff) -- 1.8.3.2 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@...r.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists