scsi: advansys: remove #warning message
authorArnd Bergmann <arnd@arndb.de>
Fri, 5 May 2017 19:46:53 +0000 (21:46 +0200)
committerBen Hutchings <ben@decadent.org.uk>
Sat, 11 Nov 2017 13:34:50 +0000 (13:34 +0000)
commit8508994215f57a35adc96516c8dc091ecc773f59
treedd7bf66269bdc29111aad18f705c43808a3ac9c6
parentf2765368bd876fe4223d2f46a1ae124dbe3dd9f2
scsi: advansys: remove #warning message

The advansys driver was converted to the proper DMA API in linux-4.2, but
the 3.18-stable kernel still warns about this:

drivers/scsi/advansys.c:71:2: warning: #warning this driver is still not properly converted to the DMA API [-Wcpp]

The warning clearly is not helpful in 3.18 any more, it just clutters up
the build log. This removes the warning instead, and clarifies the
comment above it.

Cc: Hannes Reinecke <hare@suse.de>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
[bwh: Changed comment to say 3.2]
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
drivers/scsi/advansys.c