]> git.karo-electronics.de Git - mv-sheeva.git/commit
[MIPS] Suppress compiler warnings
authorthomas@koeller.dyndns.org <thomas@koeller.dyndns.org>
Sun, 27 Aug 2006 11:53:16 +0000 (13:53 +0200)
committerRalf Baechle <ralf@linux-mips.org>
Wed, 27 Sep 2006 12:37:50 +0000 (13:37 +0100)
commit48712a96e31d11dce6dcb2a886894bd4d8b890f1
tree42a1ae6910e9235d8f98dc4f0261877d70f302a9
parent6b8aab09309c577318f8484fce401e5c3546bb3b
[MIPS] Suppress compiler warnings

The excite platform exports hardware resources for device drivers to use.
Any driver wanting to use these resources will look up them by their names.
Since these resources are declared to have static linkage, but are not
used in the source file defining them, the compiler used to emit an
'unused' warning, which this patch suppresses.

Signed-off-by: Thomas Koeller <thomas.koeller@baslerweb.com>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/basler/excite/excite_device.c