Storage class should be before const qualifier
[deliverable/linux.git] / drivers / media / video / pvrusb2 / pvrusb2-cx2584x-v4l.c
index 848fb233d80861efe8cb88d07787d61aaeb587b2..8df969c4874c7a7dcddd8b5232ccf87f0a84115e 100644 (file)
@@ -226,7 +226,7 @@ static void decoder_reset(struct pvr2_v4l_cx2584x *ctxt)
 }
 
 
-const static struct pvr2_i2c_handler_functions hfuncs = {
+static const struct pvr2_i2c_handler_functions hfuncs = {
        .detach = (void (*)(void *))decoder_detach,
        .check = (int (*)(void *))decoder_check,
        .update = (void (*)(void *))decoder_update,
This page took 0.027358 seconds and 5 git commands to generate.