diff options
author | Paul Mundt <lethal@linux-sh.org> | 2012-01-24 14:07:18 +0900 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2012-01-24 14:07:18 +0900 |
commit | 5fbebcbdb3730666c0d1d22021a90d8483fc8e02 (patch) | |
tree | 9cc6b161c20dcc3790a9a0dc67d9139531fc034b /drivers/sh/intc/core.c | |
parent | 2485a4b610171f4e1c4ab0d053569747795c1bbe (diff) |
sh: intc: Make global intc controller counter static.
No need to expose this globally since it's only used for core accounting.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'drivers/sh/intc/core.c')
-rw-r--r-- | drivers/sh/intc/core.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/sh/intc/core.c b/drivers/sh/intc/core.c index e53e449b4ec..c64690dda4a 100644 --- a/drivers/sh/intc/core.c +++ b/drivers/sh/intc/core.c @@ -35,7 +35,7 @@ LIST_HEAD(intc_list); DEFINE_RAW_SPINLOCK(intc_big_lock); -unsigned int nr_intc_controllers; +static unsigned int nr_intc_controllers; /* * Default priority level |