diff options
author | Tom "spot" Callaway <tcallawa@redhat.com> | 2007-12-13 18:33:50 +0100 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2007-12-14 22:54:39 +0100 |
commit | f58adb757be48068e2bded3dd77ba072c22a10ff (patch) | |
tree | 9636eec086caca88a09dd1cd101dc90b6261709b /Documentation/w1 | |
parent | [NETFILTER]: bridge: fix missing link layer headers on outgoing routed packets (diff) | |
download | linux-f58adb757be48068e2bded3dd77ba072c22a10ff.tar.xz linux-f58adb757be48068e2bded3dd77ba072c22a10ff.zip |
[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>
Diffstat (limited to 'Documentation/w1')
0 files changed, 0 insertions, 0 deletions