diff options
author | Thomas Renninger <[email protected]> | 2008-02-06 01:40:03 -0800 |
---|---|---|
committer | Linus Torvalds <[email protected]> | 2008-02-06 10:41:19 -0800 |
commit | 2bb9a6b32f98873adf89a0de04c898681a2c5b8e (patch) | |
tree | 1205b9a0873e55db0f8fdff59943f2f9f3782647 /net/unix/sysctl_net_unix.c | |
parent | cc8259a6666de456460bacdd5637f5e2d71790ea (diff) |
pnp: declare PNP option parsing functions as __init
There are three kind of parse functions provided by PNP acpi/bios:
- get current resources
- set resources
- get possible resources
The first two may be needed later at runtime.
The possible resource settings should never change dynamically.
And even if this would make any sense (I doubt it), the current implementation
only parses possible resource settings at early init time:
-> declare all the option parsing __init
[[email protected]: coding-style fixes]
Signed-off-by: Thomas Renninger <[email protected]>
Acked-By: Rene Herman <[email protected]>
Cc: Bjorn Helgaas <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'net/unix/sysctl_net_unix.c')
0 files changed, 0 insertions, 0 deletions