[PATCH] Unlinline a bunch of other functions
[linux-2.6-block.git] / drivers / mtd / devices / doc2001plus.c
index 0595cc7324b257d7f95a147c618df5af9f6bf73f..5f57f29efee48d84e235a8ff75a35e7e354227a7 100644 (file)
@@ -118,7 +118,7 @@ static inline void DoC_CheckASIC(void __iomem * docptr)
 /* DoC_Command: Send a flash command to the flash chip through the Flash
  * command register. Need 2 Write Pipeline Terminates to complete send.
  */
-static inline void DoC_Command(void __iomem * docptr, unsigned char command,
+static void DoC_Command(void __iomem * docptr, unsigned char command,
                               unsigned char xtraflags)
 {
        WriteDOC(command, docptr, Mplus_FlashCmd);