V4L/DVB (10700): saa7115: don't access reg 0x87 if it is not present.
[linux-2.6] / 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