| Submitter | Graeme Russ |
|---|---|
| Date | Feb. 4, 2011, 12:35 p.m. |
| Message ID | <1296822959-3927-2-git-send-email-graeme.russ@gmail.com> |
| Download | mbox | patch |
| Permalink | /patch/81857/ |
| State | Accepted |
| Delegated to: | Graeme Russ |
| Headers | show |
Comments
On 04/02/11 23:35, Graeme Russ wrote: > Signed-off-by: Graeme Russ <graeme.russ@gmail.com> > --- > arch/i386/include/asm/global_data.h | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > Applied to u-boot-x86 Regards, Graeme
Patch
diff --git a/arch/i386/include/asm/global_data.h b/arch/i386/include/asm/global_data.h index e3f8a25..e9000c3 100644 --- a/arch/i386/include/asm/global_data.h +++ b/arch/i386/include/asm/global_data.h @@ -35,7 +35,7 @@ #ifndef __ASSEMBLY__ -typedef struct { +typedef struct global_data { bd_t *bd; unsigned long flags; unsigned long baudrate;
Signed-off-by: Graeme Russ <graeme.russ@gmail.com> --- arch/i386/include/asm/global_data.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)