diff options
| -rw-r--r-- | drivers/platform/x86/eeepc-laptop.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/platform/x86/eeepc-laptop.c b/drivers/platform/x86/eeepc-laptop.c index 749e2102b2be..789d6ae003fb 100644 --- a/drivers/platform/x86/eeepc-laptop.c +++ b/drivers/platform/x86/eeepc-laptop.c | |||
| @@ -350,7 +350,7 @@ static const struct rfkill_ops eeepc_rfkill_ops = { | |||
| 350 | .set_block = eeepc_rfkill_set, | 350 | .set_block = eeepc_rfkill_set, |
| 351 | }; | 351 | }; |
| 352 | 352 | ||
| 353 | static void __init eeepc_enable_camera(void) | 353 | static void __devinit eeepc_enable_camera(void) |
| 354 | { | 354 | { |
| 355 | /* | 355 | /* |
| 356 | * If the following call to set_acpi() fails, it's because there's no | 356 | * If the following call to set_acpi() fails, it's because there's no |
| @@ -1189,7 +1189,7 @@ static int eeepc_input_init(struct device *dev) | |||
| 1189 | return 0; | 1189 | return 0; |
| 1190 | } | 1190 | } |
| 1191 | 1191 | ||
| 1192 | static int eeepc_hotk_add(struct acpi_device *device) | 1192 | static int __devinit eeepc_hotk_add(struct acpi_device *device) |
| 1193 | { | 1193 | { |
| 1194 | struct device *dev; | 1194 | struct device *dev; |
| 1195 | int result; | 1195 | int result; |
