PCI: Add device IDs for DRA74x and DRA72x
[linux-2.6-block.git] / drivers / misc / lkdtm_rodata.c
CommitLineData
9a49a528
KC
1/*
2 * This includes functions that are meant to live entirely in .rodata
3 * (via objcopy tricks), to validate the non-executability of .rodata.
4 */
6d2e91a6 5#include "lkdtm.h"
9a49a528 6
c012268b 7void notrace lkdtm_rodata_do_nothing(void)
9a49a528
KC
8{
9 /* Does nothing. We just want an architecture agnostic "return". */
10}