diff options
Diffstat (limited to 'arch/arm/mach-omap1/devices.c')
-rw-r--r-- | arch/arm/mach-omap1/devices.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/mach-omap1/devices.c b/arch/arm/mach-omap1/devices.c index 86ad38a20c3e..b0f4c231595f 100644 --- a/arch/arm/mach-omap1/devices.c +++ b/arch/arm/mach-omap1/devices.c | |||
@@ -288,6 +288,9 @@ static inline void omap_init_audio(void) {} | |||
288 | */ | 288 | */ |
289 | static int __init omap1_init_devices(void) | 289 | static int __init omap1_init_devices(void) |
290 | { | 290 | { |
291 | if (!cpu_class_is_omap1()) | ||
292 | return -ENODEV; | ||
293 | |||
291 | /* please keep these calls, and their implementations above, | 294 | /* please keep these calls, and their implementations above, |
292 | * in alphabetical order so they're easier to sort through. | 295 | * in alphabetical order so they're easier to sort through. |
293 | */ | 296 | */ |