i2c: i801: Remove i801_driver forward declaration
authorJarkko Nikula <jarkko.nikula@linux.intel.com>
Fri, 13 Feb 2015 13:52:22 +0000 (15:52 +0200)
committerWolfram Sang <wsa@the-dreams.de>
Mon, 9 Mar 2015 09:51:58 +0000 (10:51 +0100)
struct pci_driver i801_driver forward declaration is needed only for
accessing the name field. Remove it and use dev_driver_string() instead.

Signed-off-by: Jarkko Nikula <jarkko.nikula@linux.intel.com>
Reviewed-by: Jean Delvare <jdelvare@suse.de>
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
drivers/i2c/busses/i2c-i801.c

Simple merge