summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--firmware/drivers/lcd-ipodvideo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/drivers/lcd-ipodvideo.c b/firmware/drivers/lcd-ipodvideo.c
index d9ca0fc9da..1b9a604990 100644
--- a/firmware/drivers/lcd-ipodvideo.c
+++ b/firmware/drivers/lcd-ipodvideo.c
@@ -85,7 +85,7 @@ void lcd_blit(const fb_data* data, int x, int by, int width,
85 (void)stride; 85 (void)stride;
86} 86}
87 87
88static void lcd_bcm_write32(unsigned address, unsigned value) 88static inline void lcd_bcm_write32(unsigned address, unsigned value)
89{ 89{
90 /* write out destination address as two 16bit values */ 90 /* write out destination address as two 16bit values */
91 outw(address, 0x30010000); 91 outw(address, 0x30010000);