linux-stable/drivers/scsi/pcmcia/aha152x_core.c
Christoph Hellwig 3eb2ebcb8e scsi: aha152x: rename the PCMCIA define
We plan to enable building the PCMCIA core and drivers, and the
non-prefixed PCMCIA name clashes with some arch headers.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Acked-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
2018-11-02 00:15:23 +09:00

3 lines
69 B
C

#define AHA152X_PCMCIA 1
#define AHA152X_STAT 1
#include "aha152x.c"