|
@@ -9,7 +9,6 @@
|
|
* as published by the Free Software Foundation; version 2
|
|
* as published by the Free Software Foundation; version 2
|
|
* of the License.
|
|
* of the License.
|
|
*/
|
|
*/
|
|
-#include <linux/module.h>
|
|
|
|
#include <asm/cacheflush.h>
|
|
#include <asm/cacheflush.h>
|
|
#include <asm/sections.h>
|
|
#include <asm/sections.h>
|
|
#include <asm/asm.h>
|
|
#include <asm/asm.h>
|
|
@@ -74,7 +73,3 @@ int rodata_test(void)
|
|
|
|
|
|
return 0;
|
|
return 0;
|
|
}
|
|
}
|
|
-
|
|
|
|
-MODULE_LICENSE("GPL");
|
|
|
|
-MODULE_DESCRIPTION("Testcase for marking rodata as read-only");
|
|
|
|
-MODULE_AUTHOR("Arjan van de Ven <arjan@linux.intel.com>");
|
|
|