|
@@ -265,7 +265,6 @@ struct cg6_par {
|
|
|
unsigned long fbsize;
|
|
|
|
|
|
struct sbus_dev *sdev;
|
|
|
- struct list_head list;
|
|
|
};
|
|
|
|
|
|
static int cg6_sync(struct fb_info *info)
|
|
@@ -612,7 +611,7 @@ static void cg6_chip_init(struct fb_info *info)
|
|
|
struct cg6_par *par = (struct cg6_par *) info->par;
|
|
|
struct cg6_tec __iomem *tec = par->tec;
|
|
|
struct cg6_fbc __iomem *fbc = par->fbc;
|
|
|
- u32 rev, conf, mode, tmp;
|
|
|
+ u32 rev, conf, mode;
|
|
|
int i;
|
|
|
|
|
|
/* Turn off stuff in the Transform Engine. */
|