Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 287844
b: refs/heads/master
c: 0c92923
h: refs/heads/master
v: v3
  • Loading branch information
Paul Mundt committed Jan 17, 2012
1 parent 4a20268 commit baae77f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 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: 78da107a7ed14fbc6ef77ff4c41d92b11edc9036
refs/heads/master: 0c929238ca4baefe47f4034732db4c154f2329c6
8 changes: 4 additions & 4 deletions trunk/arch/sh/include/asm/device.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@
*
* This file is released under the GPLv2
*/
#ifndef __ASM_SH_DEVICE_H
#define __ASM_SH_DEVICE_H

struct dev_archdata {
};
#include <asm-generic/device.h>

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

void plat_early_device_setup(void);

struct pdev_archdata {
};
#endif /* __ASM_SH_DEVICE_H */
2 changes: 1 addition & 1 deletion trunk/drivers/video/pvr2fb.c
Original file line number Diff line number Diff line change
Expand Up @@ -1061,7 +1061,7 @@ static struct pvr2_board {
int (*init)(void);
void (*exit)(void);
char name[16];
} board_driver[] = {
} board_driver[] __refdata = {
#ifdef CONFIG_SH_DREAMCAST
{ pvr2fb_dc_init, pvr2fb_dc_exit, "Sega DC PVR2" },
#endif
Expand Down

0 comments on commit baae77f

Please sign in to comment.