diff options
Diffstat (limited to 'include/video/kyro.h')
| -rw-r--r-- | include/video/kyro.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/video/kyro.h b/include/video/kyro.h index 1bed37cfa68..c563968e926 100644 --- a/include/video/kyro.h +++ b/include/video/kyro.h @@ -15,6 +15,7 @@ struct kyrofb_info { void __iomem *regbase; + u32 palette[16]; u32 HTot; /* Hor Total Time */ u32 HFP; /* Hor Front Porch */ u32 HST; /* Hor Sync Time */ @@ -31,7 +32,7 @@ struct kyrofb_info { u32 PIXCLK; /* Pixel Clock */ u32 HCLK; /* Hor Clock */ - /* Usefull to hold depth here for Linux */ + /* Useful to hold depth here for Linux */ u8 PIXDEPTH; #ifdef CONFIG_MTRR |
