From 8a90afcd53ed047ce6f5b856c595b96df3886493 Mon Sep 17 00:00:00 2001 From: Sergei Shtylyov Date: Tue, 31 Mar 2009 20:15:27 +0200 Subject: [PATCH] --- yaml --- r: 139439 b: refs/heads/master c: 985232e388714d4a9e94b4d96ee69b6ff8c9dc31 h: refs/heads/master i: 139437: 93236854f1971984474dbc2b8d8c7767ab93d87c 139435: 7bca47fdeea2783a367460666d03b9a1da0810eb 139431: 52647b385bbacf003d45b85ccd4c7a4defec78a3 139423: db1f0bb0882cd96f1eb0457fa87afc9b55bf1460 v: v3 --- [refs] | 2 +- trunk/drivers/ide/au1xxx-ide.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index c49faa23c290..e565ca90b03e 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 349d12a1fe57d49287a539909cf14f362634342d +refs/heads/master: 985232e388714d4a9e94b4d96ee69b6ff8c9dc31 diff --git a/trunk/drivers/ide/au1xxx-ide.c b/trunk/drivers/ide/au1xxx-ide.c index 549bbb2755a8..1bfb43d0d3a8 100644 --- a/trunk/drivers/ide/au1xxx-ide.c +++ b/trunk/drivers/ide/au1xxx-ide.c @@ -50,7 +50,7 @@ static _auide_hwif auide_hwif; #if defined(CONFIG_BLK_DEV_IDE_AU1XXX_PIO_DBDMA) -void auide_insw(unsigned long port, void *addr, u32 count) +static inline void auide_insw(unsigned long port, void *addr, u32 count) { _auide_hwif *ahwif = &auide_hwif; chan_tab_t *ctp; @@ -68,7 +68,7 @@ void auide_insw(unsigned long port, void *addr, u32 count) ctp->cur_ptr = au1xxx_ddma_get_nextptr_virt(dp); } -void auide_outsw(unsigned long port, void *addr, u32 count) +static inline void auide_outsw(unsigned long port, void *addr, u32 count) { _auide_hwif *ahwif = &auide_hwif; chan_tab_t *ctp;