Skip to content

Commit

Permalink
MIPS: bug.h Build fix - include <linux/compiler.h>.
Browse files Browse the repository at this point in the history
In the past this file somehow used to be dragged in.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
  • Loading branch information
ralfbaechle committed Jun 24, 2009
1 parent 4e8a237 commit 0ca5921
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/mips/include/asm/bug.h
@@ -1,6 +1,7 @@
#ifndef __ASM_BUG_H
#define __ASM_BUG_H

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

#ifdef CONFIG_BUG
Expand Down

0 comments on commit 0ca5921

Please sign in to comment.