Skip to content

Commit

Permalink
MIPS: Fix build error due to missing inclusion of <linux/export.h>.
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 Nov 11, 2011
1 parent 5c20019 commit 71ca869
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/mips/pci/pci-alchemy.c
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
* Support for all devices (greater than 16) added by David Gathright.
*/

#include <linux/export.h>
#include <linux/types.h>
#include <linux/pci.h>
#include <linux/platform_device.h>
Expand Down

0 comments on commit 71ca869

Please sign in to comment.