Skip to content

Commit

Permalink
ARM: domains: thread_info.h no longer needs asm/domains.h
Browse files Browse the repository at this point in the history
As of 1eef5d2 ("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>
  • Loading branch information
Russell King committed Sep 11, 2015
1 parent af4cb25 commit 716ff19
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion arch/arm/include/asm/thread_info.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
struct task_struct;

#include <asm/types.h>
#include <asm/domain.h>

typedef unsigned long mm_segment_t;

Expand Down

0 comments on commit 716ff19

Please sign in to comment.