ips: remove pointless #warning
authorJames Bottomley <JBottomley@Odin.com>
Tue, 19 May 2015 18:38:17 +0000 (11:38 -0700)
committerJames Bottomley <JBottomley@Odin.com>
Wed, 3 Jun 2015 00:24:54 +0000 (17:24 -0700)
commite03c2da6574223081b786960e39c1e5ecf5d492d
tree9a5de5d8c30248076788a3938d00829ae86f6aaf
parent35843048e7e979df3b7b9f2ad49e21797a11386b
ips: remove pointless #warning

non-x86 builds want the #warning in the IPS code about compiling on the wrong
architecture removed because it keeps triggering on their platforms build
farms.  Transform from a compile time warning into a runtime one with taint to
preserve the original intent of the authors.

Acked-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: James Bottomley <JBottomley@Odin.com>
drivers/scsi/ips.c