9
0
Fork 0

miiphy: Add missing lseek function

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Sascha Hauer 2009-10-19 15:58:53 +02:00
parent de4a08fdd0
commit 15abc47dba
1 changed files with 1 additions and 0 deletions

View File

@ -171,6 +171,7 @@ static ssize_t miiphy_write(struct cdev *cdev, const void *_buf, size_t count, u
static struct file_operations miiphy_ops = {
.read = miiphy_read,
.write = miiphy_write,
.lseek = dev_lseek_default,
};
static int miiphy_probe(struct device_d *dev)