[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1470075358-19792-7-git-send-email-tal.shorer@gmail.com>
Date: Mon, 1 Aug 2016 21:15:54 +0300
From: Tal Shorer <tal.shorer@...il.com>
To: gregkh@...uxfoundation.org, linux-usb@...r.kernel.org
Cc: linux-kernel@...r.kernel.org, heikki.krogerus@...ux.intel.com,
balbi@...nel.org, Tal Shorer <tal.shorer@...il.com>
Subject: [PATCH v2 06/10] usb: ulpi: remove old api callbacks from struct ulpi_ops
The old api callbacks, read() and write(), are not referenced anywhere.
Remove them.
Signed-off-by: Tal Shorer <tal.shorer@...il.com>
---
include/linux/ulpi/interface.h | 2 --
1 file changed, 2 deletions(-)
diff --git a/include/linux/ulpi/interface.h b/include/linux/ulpi/interface.h
index d8189d0..71f3c99 100644
--- a/include/linux/ulpi/interface.h
+++ b/include/linux/ulpi/interface.h
@@ -13,8 +13,6 @@ struct ulpi;
*/
struct ulpi_ops {
struct device *dev;
- int (*read)(struct ulpi_ops *ops, u8 addr);
- int (*write)(struct ulpi_ops *ops, u8 addr, u8 val);
int (*read_dev)(struct device *dev, u8 addr);
int (*write_dev)(struct device *dev, u8 addr, u8 val);
};
--
2.7.4
Powered by blists - more mailing lists