diff options
| -rw-r--r-- | drivers/video/nuc900fb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/nuc900fb.c b/drivers/video/nuc900fb.c index e10f551ade21..b31b12bcba70 100644 --- a/drivers/video/nuc900fb.c +++ b/drivers/video/nuc900fb.c | |||
| @@ -387,7 +387,7 @@ static int nuc900fb_init_registers(struct fb_info *info) | |||
| 387 | * The buffer should be a non-cached, non-buffered, memory region | 387 | * The buffer should be a non-cached, non-buffered, memory region |
| 388 | * to allow palette and pixel writes without flushing the cache. | 388 | * to allow palette and pixel writes without flushing the cache. |
| 389 | */ | 389 | */ |
| 390 | static int __init nuc900fb_map_video_memory(struct fb_info *info) | 390 | static int __devinit nuc900fb_map_video_memory(struct fb_info *info) |
| 391 | { | 391 | { |
| 392 | struct nuc900fb_info *fbi = info->par; | 392 | struct nuc900fb_info *fbi = info->par; |
| 393 | dma_addr_t map_dma; | 393 | dma_addr_t map_dma; |
