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 d9ca0fc..1b9a604 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,
(void)stride;
}
-static void lcd_bcm_write32(unsigned address, unsigned value)
+static inline void lcd_bcm_write32(unsigned address, unsigned value)
{
/* write out destination address as two 16bit values */
outw(address, 0x30010000);