staging: mt7621-pci: remove conditional compilation.
authorNeilBrown <neil@brown.name>
Fri, 4 May 2018 04:58:36 +0000 (14:58 +1000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 7 May 2018 02:09:23 +0000 (19:09 -0700)
commitbba9b3ec0f1891d8b516f5502794be6fa3eb0d13
tree705f2b31b0f2b7648a03aa03c62629198eef769e
parentd4e3a1f6cea79ef49ad1de098a4f9ca5a4f5f00c
staging: mt7621-pci: remove conditional compilation.

Code currently defines:

#define CONFIG_PCIE_PORT0
#define CONFIG_PCIE_PORT1
#define CONFIG_PCIE_PORT2
#define GPIO_PERST

and then compiles code only if they are defined.
We might want to disable some of these via devicetree one
day, but for now just remove the #defines and the
conditions - all the code for different ports is
easy to identify.

Signed-off-by: NeilBrown <neil@brown.name>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/mt7621-pci/pci-mt7621.c