From: Sergio Aguirre <saaguirre@xxxxxx> V4L: Remove RESUME powerstate and g_priv_mem ioctl This removes the RESUME powerstate as it isn't really a state, its really a transition between powerstates. Also removes the g_priv_mem as it wasn't aprooved as a V4L change in video4linux mailing list, and we aren't using it anyway. Signed-off-by: Sakari Ailus <sakari.ailus@xxxxxxxxx> Signed-off-by: Sergio Aguirre <saaguirre@xxxxxx> --- include/media/v4l2-int-device.h | 4 ---- 1 file changed, 4 deletions(-) Index: omapkernel/include/media/v4l2-int-device.h =================================================================== --- omapkernel.orig/include/media/v4l2-int-device.h 2008-10-14 18:48:27.000000000 -0500 +++ omapkernel/include/media/v4l2-int-device.h 2008-10-14 18:52:36.000000000 -0500 @@ -102,7 +102,6 @@ V4L2_POWER_OFF = 0, V4L2_POWER_ON, V4L2_POWER_STANDBY, - V4L2_POWER_RESUME, }; /* Slave interface type. */ @@ -219,8 +218,6 @@ vidioc_int_init_num, /* VIDIOC_INT_G_CHIP_IDENT */ vidioc_int_g_chip_ident_num, - /* VIDIOC_INT_G_PRIV_MEM */ - vidioc_int_g_priv_mem_num, /* * @@ -300,6 +297,5 @@ V4L2_INT_WRAPPER_0(reset); V4L2_INT_WRAPPER_0(init); V4L2_INT_WRAPPER_1(g_chip_ident, int, *); -V4L2_INT_WRAPPER_1(g_priv_mem, struct v4l2_priv_mem, *); #endif -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html