Skip to content
Commit 48712a96 authored by thomas@koeller.dyndns.org's avatar thomas@koeller.dyndns.org Committed by Ralf Baechle
Browse files

[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: default avatarThomas Koeller <thomas.koeller@baslerweb.com>
Signed-off-by: default avatarRalf Baechle <ralf@linux-mips.org>
parent 6b8aab09
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment