Commit 1e9886e4 authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman

Video: fix broken saa7111.c driver due to i2c structure changes.

parent 75d01c2e
......@@ -55,7 +55,7 @@ MODULE_LICENSE("GPL");
#include <linux/i2c.h>
#include <linux/i2c-dev.h>
#define I2C_NAME(s) (s)->dev.name
#define I2C_NAME(s) (s)->name
#include <linux/video_decoder.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment