commit | 48712a96e31d11dce6dcb2a886894bd4d8b890f1 | [log] [tgz] |
---|---|---|
author | thomas@koeller.dyndns.org <thomas@koeller.dyndns.org> | Sun Aug 27 13:53:16 2006 +0200 |
committer | Ralf Baechle <ralf@linux-mips.org> | Wed Sep 27 13:37:50 2006 +0100 |
tree | 42a1ae6910e9235d8f98dc4f0261877d70f302a9 | |
parent | 6b8aab09309c577318f8484fce401e5c3546bb3b [diff] |
[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>