[ATM]: Fix compiler warning noise with FORE200E driver
commitf58adb757be48068e2bded3dd77ba072c22a10ff
authorTom "spot" Callaway <tcallawa@redhat.com>
Thu, 13 Dec 2007 17:33:50 +0000 (13 09:33 -0800)
committerDavid S. Miller <davem@sunset.davemloft.net>
Fri, 14 Dec 2007 21:54:39 +0000 (14 13:54 -0800)
tree9636eec086caca88a09dd1cd101dc90b6261709b
parent4a9ecd5960e6a7814f6e3405807d49010ffe3a88
[ATM]: Fix compiler warning noise with FORE200E driver

gcc throws these warnings with:

CONFIG_ATM_FORE200E=m
# CONFIG_ATM_FORE200E_PCA is not set

drivers/atm/fore200e.c:2695: warning: 'fore200e_pca_detect' defined but
not used
drivers/atm/fore200e.c:2748: warning: 'fore200e_pca_remove_one' defined
but not used

By moving the #ifdef CONFIG_ATM_FORE200E_PCA around those two functions,
the compiler warnings are silenced.

Signed-off-by: Tom "spot" Callaway <tcallawa@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/atm/fore200e.c