Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 287847
b: refs/heads/master
c: 66dae31
h: refs/heads/master
i:
  287845: 18d80dc
  287843: 4a20268
  287839: 4cb0085
v: v3
  • Loading branch information
Paul Mundt committed Jan 18, 2012
1 parent d668f87 commit 561f69b
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: 833218f16b1fbfdff0dbb9ac477cf0c6e85cd4f5
refs/heads/master: 66dae316dd2941cad098e6674810fdc3f4b2e275
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 561f69b

Please sign in to comment.