]> Pileus Git - ~andy/linux/blob - arch/h8300/include/asm/bug.h
Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab...
[~andy/linux] / arch / h8300 / include / asm / bug.h
1 #ifndef _H8300_BUG_H
2 #define _H8300_BUG_H
3
4 /* always true */
5 #define is_valid_bugaddr(addr) (1)
6
7 #include <asm-generic/bug.h>
8 #endif