[PATCH] Unlinline a bunch of other functions
[deliverable/linux.git] / drivers / media / video / tvp5150.c
index e86b522938fdad9a09cc7fe78194e1b84e499683..9094fa9f2ecb92b3bedfeaab15e21e44e25282ec 100644 (file)
@@ -93,7 +93,7 @@ struct tvp5150 {
        int sat;
 };
 
-static inline int tvp5150_read(struct i2c_client *c, unsigned char addr)
+static int tvp5150_read(struct i2c_client *c, unsigned char addr)
 {
        unsigned char buffer[1];
        int rc;
This page took 0.024814 seconds and 5 git commands to generate.