Jelajahi Sumber

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

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Ralf Baechle 13 tahun lalu
induk
melakukan
71ca869375
1 mengubah file dengan 1 tambahan dan 0 penghapusan
  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.
  * Support for all devices (greater than 16) added by David Gathright.
  */
  */
 
 
+#include <linux/export.h>
 #include <linux/types.h>
 #include <linux/types.h>
 #include <linux/pci.h>
 #include <linux/pci.h>
 #include <linux/platform_device.h>
 #include <linux/platform_device.h>