Skip to content

Commit

Permalink
[ARM] smp: SCU is used on non-realview platforms
Browse files Browse the repository at this point in the history
The SCU can be used by non-realview platforms, so make it visible
for other people to use rather than having them copy the header file.

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
  • Loading branch information
Russell King authored and Russell King committed May 17, 2009
1 parent bc28248 commit 49613d4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion arch/arm/mach-realview/platsmp.c
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

#include <mach/board-eb.h>
#include <mach/board-pb11mp.h>
#include <mach/scu.h>
#include <asm/smp_scu.h>

#include "core.h"

Expand Down

0 comments on commit 49613d4

Please sign in to comment.