ARM: domains: thread_info.h no longer needs asm/domains.h

As of 1eef5d2f1b ("ARM: domains: switch to keeping domain value in
register") we no longer need to include asm/domains.h into
asm/thread_info.h.  Remove it.

Tested-by: Robert Jarzmik <robert.jarzmik@free.fr>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
This commit is contained in:
Russell King 2015-09-11 08:17:39 +01:00
Родитель af4cb25df9
Коммит 716ff1921a
1 изменённых файлов: 0 добавлений и 1 удалений

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

@ -25,7 +25,6 @@
struct task_struct;
#include <asm/types.h>
#include <asm/domain.h>
typedef unsigned long mm_segment_t;