aboutsummaryrefslogtreecommitdiff
path: root/include/asm-alpha/device.h
AgeCommit message (Collapse)AuthorFilesLines
2008-08-15alpha: move include/asm-alpha to arch/alpha/include/asmLinus Torvalds1-7/+0
Sam Ravnborg did the build-test that the direct header file move works, I'm just committing it. This is a pure move: mkdir arch/alpha/include git mv include/asm-alpha arch/alpha/include/asm with no other changes. Requested-and-tested-by: Sam Ravnborg <[email protected]> Cc: Richard Henderson <[email protected]> Cc: Ivan Kokshaysky <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
2006-12-01Driver core: add dev_archdata to struct deviceBenjamin Herrenschmidt1-0/+7
Add arch specific dev_archdata to struct device Adds an arch specific struct dev_arch to struct device. This enables architecture to add specific fields to every device in the system, like DMA operation pointers, NUMA node ID, firmware specific data, etc... Signed-off-by: Benjamin Herrenschmidt <[email protected]> Acked-by: Andi Kleen <[email protected]> Acked-By: David Howells <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>