ソースを参照

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>