Messages in this thread Patch in this message |  | | Date | Tue, 30 Jan 2007 02:11:53 +0100 | | From | Adrian Bunk <> | | Subject | [-mm patch] cx88-video.c: remove struct radionorms |
| |
On Sat, Jan 27, 2007 at 11:49:28PM -0800, Andrew Morton wrote: >... > Changes since 2.6.20-rc4-mm1: >... > git-dvb.patch >... > git trees. >...
This patch removes the unused struct radionorms.
Signed-off-by: Adrian Bunk <bunk@stusta.de>
--- linux-2.6.20-rc6-mm1/drivers/media/video/cx88/cx88-video.c.old 2007-01-28 23:59:19.000000000 +0100 +++ linux-2.6.20-rc6-mm1/drivers/media/video/cx88/cx88-video.c 2007-01-28 23:59:28.000000000 +0100 @@ -86,8 +86,6 @@ /* ------------------------------------------------------------------- */ /* static data */ -v4l2_std_id radionorms[] = { 0 }; - static struct cx8800_fmt formats[] = { { .name = "8 bpp, gray",
- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|  |