]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - arch/x86/kernel/test_rodata.c
Merge tag 'irqchip-for-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/maz...
[karo-tx-linux.git] / arch / x86 / kernel / test_rodata.c
index cb4a01b41e277887b6769e4a17d60cb4139f9864..222e84e2432ed13ef1352ee82e9e4462a61e4496 100644 (file)
@@ -9,7 +9,6 @@
  * as published by the Free Software Foundation; version 2
  * of the License.
  */
-#include <linux/module.h>
 #include <asm/cacheflush.h>
 #include <asm/sections.h>
 #include <asm/asm.h>
@@ -74,7 +73,3 @@ int rodata_test(void)
 
        return 0;
 }
-
-MODULE_LICENSE("GPL");
-MODULE_DESCRIPTION("Testcase for marking rodata as read-only");
-MODULE_AUTHOR("Arjan van de Ven <arjan@linux.intel.com>");