diff options
Diffstat (limited to 'include/asm-m68knommu/bug.h')
-rw-r--r-- | include/asm-m68knommu/bug.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/asm-m68knommu/bug.h b/include/asm-m68knommu/bug.h new file mode 100644 index 0000000..70e7dc0 --- /dev/null +++ b/include/asm-m68knommu/bug.h @@ -0,0 +1,4 @@ +#ifndef _M68KNOMMU_BUG_H +#define _M68KNOMMU_BUG_H +#include <asm-generic/bug.h> +#endif |