Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
linux
Commits
bd3ff194
Commit
bd3ff194
authored
Jul 31, 2011
by
Paul Gortmaker
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ia64: Add export.h to arch/ia64 specific files as required
Signed-off-by:
Paul Gortmaker
<
paul.gortmaker@windriver.com
>
parent
3a4c5d59
Changes
10
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
10 additions
and
0 deletions
+10
-0
arch/ia64/hp/common/hwsw_iommu.c
arch/ia64/hp/common/hwsw_iommu.c
+1
-0
arch/ia64/kernel/dma-mapping.c
arch/ia64/kernel/dma-mapping.c
+1
-0
arch/ia64/kernel/topology.c
arch/ia64/kernel/topology.c
+1
-0
arch/ia64/pci/pci.c
arch/ia64/pci/pci.c
+1
-0
arch/ia64/sn/kernel/io_acpi_init.c
arch/ia64/sn/kernel/io_acpi_init.c
+1
-0
arch/ia64/sn/kernel/io_init.c
arch/ia64/sn/kernel/io_init.c
+1
-0
arch/ia64/sn/pci/pcibr/pcibr_dma.c
arch/ia64/sn/pci/pcibr/pcibr_dma.c
+1
-0
arch/ia64/sn/pci/pcibr/pcibr_provider.c
arch/ia64/sn/pci/pcibr/pcibr_provider.c
+1
-0
arch/ia64/sn/pci/tioca_provider.c
arch/ia64/sn/pci/tioca_provider.c
+1
-0
arch/ia64/xen/hypervisor.c
arch/ia64/xen/hypervisor.c
+1
-0
No files found.
arch/ia64/hp/common/hwsw_iommu.c
View file @
bd3ff194
...
...
@@ -15,6 +15,7 @@
#include <linux/device.h>
#include <linux/dma-mapping.h>
#include <linux/swiotlb.h>
#include <linux/export.h>
#include <asm/machvec.h>
extern
struct
dma_map_ops
sba_dma_ops
,
swiotlb_dma_ops
;
...
...
arch/ia64/kernel/dma-mapping.c
View file @
bd3ff194
#include <linux/dma-mapping.h>
#include <linux/export.h>
/* Set this to 1 if there is a HW IOMMU in the system */
int
iommu_detected
__read_mostly
;
...
...
arch/ia64/kernel/topology.c
View file @
bd3ff194
...
...
@@ -22,6 +22,7 @@
#include <linux/bootmem.h>
#include <linux/nodemask.h>
#include <linux/notifier.h>
#include <linux/export.h>
#include <asm/mmzone.h>
#include <asm/numa.h>
#include <asm/cpu.h>
...
...
arch/ia64/pci/pci.c
View file @
bd3ff194
...
...
@@ -20,6 +20,7 @@
#include <linux/slab.h>
#include <linux/spinlock.h>
#include <linux/bootmem.h>
#include <linux/export.h>
#include <asm/machvec.h>
#include <asm/page.h>
...
...
arch/ia64/sn/kernel/io_acpi_init.c
View file @
bd3ff194
...
...
@@ -14,6 +14,7 @@
#include "xtalk/hubdev.h"
#include <linux/acpi.h>
#include <linux/slab.h>
#include <linux/export.h>
/*
...
...
arch/ia64/sn/kernel/io_init.c
View file @
bd3ff194
...
...
@@ -7,6 +7,7 @@
*/
#include <linux/slab.h>
#include <linux/export.h>
#include <asm/sn/types.h>
#include <asm/sn/addrs.h>
#include <asm/sn/io.h>
...
...
arch/ia64/sn/pci/pcibr/pcibr_dma.c
View file @
bd3ff194
...
...
@@ -8,6 +8,7 @@
#include <linux/types.h>
#include <linux/pci.h>
#include <linux/export.h>
#include <asm/sn/addrs.h>
#include <asm/sn/geo.h>
#include <asm/sn/pcibr_provider.h>
...
...
arch/ia64/sn/pci/pcibr/pcibr_provider.c
View file @
bd3ff194
...
...
@@ -10,6 +10,7 @@
#include <linux/types.h>
#include <linux/slab.h>
#include <linux/pci.h>
#include <linux/export.h>
#include <asm/sn/addrs.h>
#include <asm/sn/geo.h>
#include <asm/sn/pcibr_provider.h>
...
...
arch/ia64/sn/pci/tioca_provider.c
View file @
bd3ff194
...
...
@@ -11,6 +11,7 @@
#include <linux/pci.h>
#include <linux/bitmap.h>
#include <linux/slab.h>
#include <linux/export.h>
#include <asm/sn/sn_sal.h>
#include <asm/sn/addrs.h>
#include <asm/sn/io.h>
...
...
arch/ia64/xen/hypervisor.c
View file @
bd3ff194
...
...
@@ -21,6 +21,7 @@
*/
#include <linux/efi.h>
#include <linux/export.h>
#include <asm/xen/hypervisor.h>
#include <asm/xen/privop.h>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment