Skip to content

Commit

Permalink
Need to include smp.h for the definition of smp_processor_id().
Browse files Browse the repository at this point in the history
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
  • Loading branch information
Ralf Baechle committed Oct 29, 2005
1 parent cce812c commit 88de09f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/asm-mips/delay.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

#include <linux/config.h>
#include <linux/param.h>

#include <linux/smp.h>
#include <asm/compiler.h>

static inline void __delay(unsigned long loops)
Expand Down

0 comments on commit 88de09f

Please sign in to comment.