powerpc: Use of_find_node_with_property() in cell_iommu_fixed_mapping_init()
[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