i2c: i2c-scmi: Drop unused ACPI_MODULE_NAME definition
authorRafael J. Wysocki <rafael.j.wysocki@intel.com>
Fri, 5 Mar 2021 18:28:30 +0000 (19:28 +0100)
committerWolfram Sang <wsa@kernel.org>
Thu, 18 Mar 2021 11:11:45 +0000 (12:11 +0100)
The ACPI_MODULE_NAME() definition is only used by the message
printing macros from ACPICA that are not used by the code in
question, so it is redundant.  Drop it.

No functional impact.

Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Signed-off-by: Wolfram Sang <wsa@kernel.org>
drivers/i2c/busses/i2c-scmi.c

index 1dc387392e74560b336a0e7cc4cc852ee1412d00..6746aa46d96c861330b1c99ec97d48733674de84 100644 (file)
@@ -18,8 +18,6 @@
 /* SMBUS HID definition as supported by Microsoft Windows */
 #define ACPI_SMBUS_MS_HID              "SMB0001"
 
-ACPI_MODULE_NAME("smbus_cmi");
-
 struct smbus_methods_t {
        char *mt_info;
        char *mt_sbr;