diff options
author | Prarit Bhargava <prarit@sgi.com> | 2005-07-06 15:26:51 -0700 |
---|---|---|
committer | Tony Luck <tony.luck@intel.com> | 2005-07-06 15:26:51 -0700 |
commit | c13cf3714fc84ad2fd65771aa08e47c95a9f26ef (patch) | |
tree | f3fdd5f81fc0e39029f7cc6c8e4f41d6a736a4de /arch/ia64/sn/pci/pcibr/pcibr_reg.c | |
parent | cb4cb2cb9b0b14bdf2fc7125e099ed7e818cea42 (diff) | |
download | kernel_samsung_tuna-c13cf3714fc84ad2fd65771aa08e47c95a9f26ef.zip kernel_samsung_tuna-c13cf3714fc84ad2fd65771aa08e47c95a9f26ef.tar.gz kernel_samsung_tuna-c13cf3714fc84ad2fd65771aa08e47c95a9f26ef.tar.bz2 |
[IA64] hotplug/ia64: SN Hotplug Driver: moving of header files
This patch moves header files out of the arch/ia64/sn directories and into
include/asm-ia64/sn. These files were being included by other subsystems
and should be under include/asm-ia64/sn.
Signed-off-by: Prarit Bhargava <prarit@sgi.com>
Signed-off-by: Tony Luck <tony.luck@intel.com>
Diffstat (limited to 'arch/ia64/sn/pci/pcibr/pcibr_reg.c')
-rw-r--r-- | arch/ia64/sn/pci/pcibr/pcibr_reg.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/arch/ia64/sn/pci/pcibr/pcibr_reg.c b/arch/ia64/sn/pci/pcibr/pcibr_reg.c index 865c11c..21426d0 100644 --- a/arch/ia64/sn/pci/pcibr/pcibr_reg.c +++ b/arch/ia64/sn/pci/pcibr/pcibr_reg.c @@ -6,13 +6,13 @@ * Copyright (C) 2004 Silicon Graphics, Inc. All rights reserved. */ -#include <linux/types.h> #include <linux/interrupt.h> +#include <linux/types.h> +#include <asm/sn/pcibr_provider.h> #include <asm/sn/pcibus_provider_defs.h> #include <asm/sn/pcidev.h> -#include "pci/tiocp.h" -#include "pci/pic.h" -#include "pci/pcibr_provider.h" +#include <asm/sn/pic.h> +#include <asm/sn/tiocp.h> union br_ptr { struct tiocp tio; |