瀏覽代碼

MIPS: Fix build error due to missing inclusion of <linux/export.h>.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Ralf Baechle 13 年之前
父節點
當前提交
71ca869375
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      arch/mips/pci/pci-alchemy.c

+ 1 - 0
arch/mips/pci/pci-alchemy.c

@@ -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>