From: Bartosz Golaszewski Date: Mon, 19 Mar 2018 09:17:05 +0000 (+0100) Subject: eeprom: at24: remove code separators X-Git-Tag: v4.17-rc1~122^2~24 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=14263b893a524e967cdb0d39d94b6ed2bb9400c5;p=thirdparty%2Fkernel%2Flinux.git 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: Bartosz Golaszewski Tested-by: Andy Shevchenko Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/misc/eeprom/at24.c b/drivers/misc/eeprom/at24.c index 2a4154eeb1bd1..fb71041971d28 100644 --- a/drivers/misc/eeprom/at24.c +++ b/drivers/misc/eeprom/at24.c @@ -238,8 +238,6 @@ static const struct acpi_device_id at24_acpi_ids[] = { }; MODULE_DEVICE_TABLE(acpi, at24_acpi_ids); -/*-------------------------------------------------------------------------*/ - /* * This routine supports chips which consume multiple I2C addresses. It * 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) return 0; } -/*-------------------------------------------------------------------------*/ - static struct i2c_driver at24_driver = { .driver = { .name = "at24",