]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
i2c: mlxbf: Remove unused bus speed definitions
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Mon, 12 Jan 2026 13:55:10 +0000 (14:55 +0100)
committerAndi Shyti <andi.shyti@kernel.org>
Wed, 14 Jan 2026 07:33:11 +0000 (08:33 +0100)
The driver had been converted to use standard constants for the bus speed
a long time ago. Remove the leftover definitions.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Andi Shyti <andi.shyti@kernel.org>
Link: https://lore.kernel.org/r/20260112135603.4150952-2-andriy.shevchenko@linux.intel.com
drivers/i2c/busses/i2c-mlxbf.c

index 746f6598913802f0f8527436d54ce1c1f82425f6..9f004804411233481f15a502fa008123e01ce35e 100644 (file)
                .name = (str) \
        }
 
-enum {
-       MLXBF_I2C_TIMING_100KHZ = 100000,
-       MLXBF_I2C_TIMING_400KHZ = 400000,
-       MLXBF_I2C_TIMING_1000KHZ = 1000000,
-};
-
 enum {
        MLXBF_I2C_F_READ = BIT(0),
        MLXBF_I2C_F_WRITE = BIT(1),