aboutsummaryrefslogtreecommitdiff
path: root/arch/powerpc/include/asm/device.h
diff options
context:
space:
mode:
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>2008-10-02 16:11:44 +1000
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>2008-10-02 16:11:44 +1000
commit9f5494b797eb334f3aba5894a0b5b34d332a3149 (patch)
tree89dc8eddc1c35877c941ee07b33e1dc20e82a93b /arch/powerpc/include/asm/device.h
parentd2b194ed820880eb19c43b9c10d9f5f30026ee54 (diff)
parentb9579689ad3a208c342aed806afc7a9a808c4e1e (diff)
Merge commit 'kumar/kumar-dma'
Diffstat (limited to 'arch/powerpc/include/asm/device.h')
-rw-r--r--arch/powerpc/include/asm/device.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/powerpc/include/asm/device.h b/arch/powerpc/include/asm/device.h
index 228ab2a315b..dfd504caccc 100644
--- a/arch/powerpc/include/asm/device.h
+++ b/arch/powerpc/include/asm/device.h
@@ -16,9 +16,6 @@ struct dev_archdata {
/* DMA operations on that device */
struct dma_mapping_ops *dma_ops;
void *dma_data;
-
- /* NUMA node if applicable */
- int numa_node;
};
#endif /* _ASM_POWERPC_DEVICE_H */