Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 163495
b: refs/heads/master
c: 9aaa749
h: refs/heads/master
i:
  163493: 728506a
  163491: 7fe12e8
  163487: d6033ca
v: v3
  • Loading branch information
Magnus Damm authored and Paul Mundt committed Aug 4, 2009
1 parent f7a61c9 commit 6d526ca
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 00111076f725ec498f5ada19cdd984d111b0e9b3
refs/heads/master: 9aaa74908b2117bcd560ab3ea8a9d6a491a77c28
7 changes: 6 additions & 1 deletion trunk/arch/sh/include/asm/device.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
*
* This file is released under the GPLv2
*/
#include <asm-generic/device.h>

struct dev_archdata {
};

struct platform_device;
/* allocate contiguous memory chunk and fill in struct resource */
Expand All @@ -12,3 +14,6 @@ int platform_resource_setup_memory(struct platform_device *pdev,

void plat_early_device_setup(void);

struct pdev_archdata {
int hwblk_id;
};

0 comments on commit 6d526ca

Please sign in to comment.