diff options
Diffstat (limited to 'modules/devices.c')
-rw-r--r-- | modules/devices.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/modules/devices.c b/modules/devices.c index cb4c723d..a2d3d758 100644 --- a/modules/devices.c +++ b/modules/devices.c @@ -851,12 +851,6 @@ void hi_module_init(void) .name = N_("Update SD card manufacturer information"), .file_name = "sdcard.ids", }, -#if defined(ARCH_x86) || defined(ARCH_x86_64) - { - .name = N_("Update CPU feature database"), - .file_name = "cpuflags.conf", - }, -#endif /* defined(ARCH_x86) */ }; gint i; |