diff options
author | Philipp Zabel <[email protected]> | 2008-05-22 10:19:28 +0100 |
---|---|---|
committer | Russell King <[email protected]> | 2008-05-22 14:10:38 +0100 |
commit | 4ba35fbe293be319b1a5d97951e567c0d9527d09 (patch) | |
tree | 60320381e3ce8dc58c9712db1fff1b66e4b05383 | |
parent | e142848300b1a13d59a6e5fff8c914096d3830fb (diff) |
[ARM] 5043/1: pxafb: remove unused mode variable in pxafb_init_fbinfo
Signed-off-by: Philipp Zabel <[email protected]>
Acked-by: Eric Miao <[email protected]>
Signed-off-by: Russell King <[email protected]>
-rw-r--r-- | drivers/video/pxafb.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/video/pxafb.c b/drivers/video/pxafb.c index 3ee314beacc1..274bc93ab7d8 100644 --- a/drivers/video/pxafb.c +++ b/drivers/video/pxafb.c @@ -1351,7 +1351,6 @@ static struct pxafb_info * __init pxafb_init_fbinfo(struct device *dev) struct pxafb_info *fbi; void *addr; struct pxafb_mach_info *inf = dev->platform_data; - struct pxafb_mode_info *mode = inf->modes; /* Alloc the pxafb_info and pseudo_palette in one step */ fbi = kmalloc(sizeof(struct pxafb_info) + sizeof(u32) * 16, GFP_KERNEL); |