diff options
Diffstat (limited to 'include/asm-blackfin/local.h')
-rw-r--r-- | include/asm-blackfin/local.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/asm-blackfin/local.h b/include/asm-blackfin/local.h new file mode 100644 index 000000000000..75afffbc6421 --- /dev/null +++ b/include/asm-blackfin/local.h @@ -0,0 +1,6 @@ +#ifndef __BLACKFIN_LOCAL_H +#define __BLACKFIN_LOCAL_H + +#include <asm-generic/local.h> + +#endif /* __BLACKFIN_LOCAL_H */ |