diff options
author | Frederic Weisbecker <fweisbec@gmail.com> | 2008-10-21 21:55:33 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-10-22 21:53:43 -0700 |
commit | a1731e5b9aa236dfa51a82799dc91c56611ddaab (patch) | |
tree | 96366954f0f97831ab401c85283250cf49c4ffa8 /drivers/net/arcnet | |
parent | e0037df3852b4b60edbe01f70f4968e4a9fdb272 (diff) |
sparc: correct section of apc_no_idle
The latest mainline gives this section mismatch on sparc:
The function __devinit apc_probe() references
a variable __initdata apc_no_idle.
If apc_no_idle is only used by apc_probe then
annotate apc_no_idle with a matching annotation.
Since the commit 7e7e2f035663c5ceb029bfb9d91e75099b0a5625,
apc_probe() is on __devinit so we have to correct apc_no_idle
which is referenced by this function.
Signed-off-by: Frederic Weisbecker <fweisbec@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/arcnet')
0 files changed, 0 insertions, 0 deletions