]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - drivers/staging/speakup/main.c
mm/staging: remove unnecessary inclusion of bootmem.h
[karo-tx-linux.git] / drivers / staging / speakup / main.c
index 14079c4949a8038e801474a2842f09e38e5bd403..ef5933b935906365355b7031d5a70c6c705ca9b0 100644 (file)
@@ -37,8 +37,6 @@
 #include <linux/input.h>
 #include <linux/kmod.h>
 
-#include <linux/bootmem.h>     /* for alloc_bootmem */
-
 /* speakup_*_selection */
 #include <linux/module.h>
 #include <linux/sched.h>
@@ -90,7 +88,7 @@ const struct st_bits_data spk_punc_info[] = {
        {"repeats", "()", CH_RPT},
        {"extended numeric", "", B_EXNUM},
        {"symbols", "", B_SYM},
-       {0, 0}
+       {NULL, NULL}
 };
 
 static char mark_cut_flag;