CRIS: Include arch dependent bug.h.

This commit is contained in:
Jesper Nilsson 2008-01-21 15:51:13 +01:00
Родитель 620cf2e442
Коммит 151f639830
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -1,4 +1,4 @@
#ifndef _CRIS_BUG_H
#define _CRIS_BUG_H
#include <asm-generic/bug.h>
#include <asm/arch/bug.h>
#endif