Skip to content

Commit

Permalink
V4L/DVB (11415): gspca - m5602: Remove an unused member in the sd str…
Browse files Browse the repository at this point in the history
…uct.

Remove an unused sd struct member. Remove a redundant define while we're at it.

Signed-off-by: Erik Andrén <erik.andren@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
  • Loading branch information
Erik Andr?n authored and Mauro Carvalho Chehab committed Apr 7, 2009
1 parent e17cc08 commit 71b755b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions drivers/media/video/gspca/m5602/m5602_bridge.h
Original file line number Diff line number Diff line change
Expand Up @@ -112,9 +112,6 @@ static const unsigned char sensor_urb_skeleton[] = {
struct sd {
struct gspca_dev gspca_dev;

/* The name of the m5602 camera */
char *name;

/* A pointer to the currently connected sensor */
const struct m5602_sensor *sensor;

Expand Down
3 changes: 0 additions & 3 deletions drivers/media/video/gspca/m5602/m5602_sensor.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@

#include "m5602_bridge.h"

#define M5602_DEFAULT_FRAME_WIDTH 640
#define M5602_DEFAULT_FRAME_HEIGHT 480

/* Enumerates all supported sensors */
enum sensors {
OV9650_SENSOR = 1,
Expand Down

0 comments on commit 71b755b

Please sign in to comment.