|
@@ -350,7 +350,7 @@ static const struct rfkill_ops eeepc_rfkill_ops = {
|
|
|
.set_block = eeepc_rfkill_set,
|
|
|
};
|
|
|
|
|
|
-static void __init eeepc_enable_camera(void)
|
|
|
+static void __devinit eeepc_enable_camera(void)
|
|
|
{
|
|
|
/*
|
|
|
* 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)
|
|
|
return 0;
|
|
|
}
|
|
|
|
|
|
-static int eeepc_hotk_add(struct acpi_device *device)
|
|
|
+static int __devinit eeepc_hotk_add(struct acpi_device *device)
|
|
|
{
|
|
|
struct device *dev;
|
|
|
int result;
|