From 29c92aa4bb037febdea138f2261e637ae2fc413f Mon Sep 17 00:00:00 2001 From: "David S. Miller" Date: Wed, 18 Jul 2007 20:59:54 -0700 Subject: [PATCH] --- yaml --- r: 62287 b: refs/heads/master c: e865f3e6f4ef2d2617f5003c7c819ed15b5a511b h: refs/heads/master i: 62285: 8c21a7c9c41738ded3e1c390329778ce3a0b6a94 62283: b48fa649dcd2fe94b4a9eac38928ce20b90b206b 62279: 880b8527c9a0980aac6e443e1faf596b150aae80 62271: 71ea3c3095cc476376177c3dbfe7dacc84502863 v: v3 --- [refs] | 2 +- trunk/include/asm-sparc/device.h | 14 +++++++++++++- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 338b49c2443b..bc3cb4d3a866 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: c73fcc846c91f53fd2c67fd9c6c04888a9e5892e +refs/heads/master: e865f3e6f4ef2d2617f5003c7c819ed15b5a511b diff --git a/trunk/include/asm-sparc/device.h b/trunk/include/asm-sparc/device.h index d8f9872b0e2d..4a56d84d69c4 100644 --- a/trunk/include/asm-sparc/device.h +++ b/trunk/include/asm-sparc/device.h @@ -3,5 +3,17 @@ * * This file is released under the GPLv2 */ -#include +#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 */ +