Commit 04c3ddf9 authored by David S. Miller's avatar David S. Miller Committed by David S. Miller

[SPARC]: Merge asm-sparc{,64}/device.h

Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent ba89f59a
...@@ -19,5 +19,3 @@ struct dev_archdata { ...@@ -19,5 +19,3 @@ struct dev_archdata {
}; };
#endif /* _ASM_SPARC_DEVICE_H */ #endif /* _ASM_SPARC_DEVICE_H */
/* #include <asm-sparc/device.h>
* Arch specific extensions to struct device
*
* This file is released under the GPLv2
*/
#ifndef _ASM_SPARC64_DEVICE_H
#define _ASM_SPARC64_DEVICE_H
struct device_node;
struct of_device;
struct dev_archdata {
void *iommu;
void *stc;
void *host_controller;
struct device_node *prom_node;
struct of_device *op;
};
#endif /* _ASM_SPARC64_DEVICE_H */
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment