[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1197562900.17945.16.camel@localhost.localdomain>
Date: Thu, 13 Dec 2007 11:21:40 -0500
From: "Tom \"spot\" Callaway" <tcallawa@...hat.com>
To: linux-kernel@...r.kernel.org
Subject: [PATCH] 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.
(btw, I'm not subscribed to lkml, so please CC me on any responses,
although this is a wholly trivial patch, so I'm not expecting any.)
Signed-off-by: Tom "spot" Callaway <tcallawa@...hat.com>
View attachment "linux-2.6.23-fore200e-warning-fix.patch" of type "text/x-patch" (598 bytes)
Powered by blists - more mailing lists