Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=e865f3e6f4ef2d2617f5003c7c819ed15b5a511b
Commit:     e865f3e6f4ef2d2617f5003c7c819ed15b5a511b
Parent:     c73fcc846c91f53fd2c67fd9c6c04888a9e5892e
Author:     David S. Miller <[EMAIL PROTECTED]>
AuthorDate: Wed Jul 18 20:59:54 2007 -0700
Committer:  David S. Miller <[EMAIL PROTECTED]>
CommitDate: Fri Jul 20 17:13:25 2007 -0700

    [SPARC]: Define minimal struct dev_archdata, similarly to sparc64.
    
    Signed-off-by: David S. Miller <[EMAIL PROTECTED]>
---
 include/asm-sparc/device.h |   14 +++++++++++++-
 1 files changed, 13 insertions(+), 1 deletions(-)

diff --git a/include/asm-sparc/device.h b/include/asm-sparc/device.h
index d8f9872..4a56d84 100644
--- a/include/asm-sparc/device.h
+++ b/include/asm-sparc/device.h
@@ -3,5 +3,17 @@
  *
  * This file is released under the GPLv2
  */
-#include <asm-generic/device.h>
+#ifndef _ASM_SPARC_DEVICE_H
+#define _ASM_SPARC_DEVICE_H
+
+struct device_node;
+struct of_device;
+
+struct dev_archdata {
+       struct device_node      *prom_node;
+       struct of_device        *op;
+};
+
+#endif /* _ASM_SPARC_DEVICE_H */
+
 
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to