cyclades: Deinline cyz_is_loaded, save 240 bytes
[deliverable/linux.git] / drivers / tty / cyclades.c
index 6ddf903906e29c67d53d5d6df1137ea27fd84e8a..abbed201dc744aac81cfd543eaa485a148802a01 100644 (file)
@@ -321,7 +321,7 @@ static inline bool cyz_fpga_loaded(struct cyclades_card *card)
        return __cyz_fpga_loaded(card->ctl_addr.p9060);
 }
 
-static inline bool cyz_is_loaded(struct cyclades_card *card)
+static bool cyz_is_loaded(struct cyclades_card *card)
 {
        struct FIRM_ID __iomem *fw_id = card->base_addr + ID_ADDRESS;
 
This page took 0.02475 seconds and 5 git commands to generate.