diff options
| author | Ingo Molnar <mingo@elte.hu> | 2009-08-24 12:25:44 +0200 | 
|---|---|---|
| committer | Ingo Molnar <mingo@elte.hu> | 2009-08-24 12:25:54 +0200 | 
| commit | 5f9ece02401116b29eb04396b99ea092acb75dd8 (patch) | |
| tree | e10386e2dc63c275646b4eb0bed857da7bf86c6a /arch/mn10300/include/asm/pci.h | |
| parent | 9f51e24ee8b5a1595b6a5ac0c2be278a16488e75 (diff) | |
| parent | 422bef879e84104fee6dc68ded0e371dbeb5f88e (diff) | |
| download | olio-linux-3.10-5f9ece02401116b29eb04396b99ea092acb75dd8.tar.xz olio-linux-3.10-5f9ece02401116b29eb04396b99ea092acb75dd8.zip  | |
Merge commit 'v2.6.31-rc7' into x86/cleanups
Merge reason: we were on -rc1 before - go up to -rc7
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/mn10300/include/asm/pci.h')
| -rw-r--r-- | arch/mn10300/include/asm/pci.h | 5 | 
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/mn10300/include/asm/pci.h b/arch/mn10300/include/asm/pci.h index e58b9a46e1b..19aecc90f7a 100644 --- a/arch/mn10300/include/asm/pci.h +++ b/arch/mn10300/include/asm/pci.h @@ -59,7 +59,6 @@ void pcibios_penalize_isa_irq(int irq);  #include <linux/slab.h>  #include <asm/scatterlist.h>  #include <linux/string.h> -#include <linux/mm.h>  #include <asm/io.h>  struct pci_dev; @@ -70,10 +69,6 @@ struct pci_dev;   */  #define PCI_DMA_BUS_IS_PHYS	(1) - -/* This is always fine. */ -#define pci_dac_dma_supported(pci_dev, mask)	(0) -  /* Return the index of the PCI controller for device. */  static inline int pci_controller_num(struct pci_dev *dev)  {  |