aboutsummaryrefslogtreecommitdiffstats
path: root/samples/firmware_class/firmware_sample_driver.c
diff options
context:
space:
mode:
Diffstat (limited to 'samples/firmware_class/firmware_sample_driver.c')
-rw-r--r--samples/firmware_class/firmware_sample_driver.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/samples/firmware_class/firmware_sample_driver.c b/samples/firmware_class/firmware_sample_driver.c
index 11114f389c4..219a2989660 100644
--- a/samples/firmware_class/firmware_sample_driver.c
+++ b/samples/firmware_class/firmware_sample_driver.c
@@ -100,7 +100,7 @@ static void sample_probe_async(void)
100 " request_firmware_nowait failed\n"); 100 " request_firmware_nowait failed\n");
101} 101}
102 102
103static int sample_init(void) 103static int __init sample_init(void)
104{ 104{
105 device_initialize(&ghost_device); 105 device_initialize(&ghost_device);
106 /* since there is no real hardware insertion I just call the 106 /* since there is no real hardware insertion I just call the