Commit 14263b89 authored by Bartosz Golaszewski's avatar Bartosz Golaszewski Committed by Greg Kroah-Hartman

eeprom: at24: remove code separators

These are just two left-overs from times when this driver was bigger.

They are not really useful anymore. Remove them.
Signed-off-by: default avatarBartosz Golaszewski <brgl@bgdev.pl>
Tested-by: default avatarAndy Shevchenko <andy.shevchenko@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 5ca2b5b7
...@@ -238,8 +238,6 @@ static const struct acpi_device_id at24_acpi_ids[] = { ...@@ -238,8 +238,6 @@ static const struct acpi_device_id at24_acpi_ids[] = {
}; };
MODULE_DEVICE_TABLE(acpi, at24_acpi_ids); MODULE_DEVICE_TABLE(acpi, at24_acpi_ids);
/*-------------------------------------------------------------------------*/
/* /*
* This routine supports chips which consume multiple I2C addresses. It * This routine supports chips which consume multiple I2C addresses. It
* computes the addressing information to be used for a given r/w request. * computes the addressing information to be used for a given r/w request.
...@@ -715,8 +713,6 @@ static int at24_remove(struct i2c_client *client) ...@@ -715,8 +713,6 @@ static int at24_remove(struct i2c_client *client)
return 0; return 0;
} }
/*-------------------------------------------------------------------------*/
static struct i2c_driver at24_driver = { static struct i2c_driver at24_driver = {
.driver = { .driver = {
.name = "at24", .name = "at24",
......
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