*  Video Standard Operations (contributed by Michael Schimek)
  */
 
-
 char *v4l2_norm_to_name(v4l2_std_id id)
 {
        char *name;
        [V4L2_BUF_TYPE_VIDEO_OUTPUT_OVERLAY] = "video-out-over",
 };
 
-
-#define prt_names(a,arr) (((a)>=0)&&((a)<ARRAY_SIZE(arr)))?arr[a]:"unknown"
-
 /* ------------------------------------------------------------------ */
 /* debug help functions                                               */
 
 };
 #define V4L2_INT_IOCTLS ARRAY_SIZE(v4l2_int_ioctls)
 
-
 /* Common ioctl debug function. This function can be used by
    external ioctl messages as well as internal V4L ioctl */
 void v4l_printk_ioctl(unsigned int cmd)
        }
 }
 
-
 /* ----------------------------------------------------------------- */
 
 /* Helper functions for control handling                            */