You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
mfd: Constify aat2870-core i2c_device_id table
Signed-off-by: Axel Lin <axel.lin@gmail.com>
This commit is contained in:
@@ -500,7 +500,7 @@ static int aat2870_i2c_resume(struct i2c_client *client)
|
||||
#define aat2870_i2c_resume NULL
|
||||
#endif /* CONFIG_PM */
|
||||
|
||||
static struct i2c_device_id aat2870_i2c_id_table[] = {
|
||||
static const struct i2c_device_id aat2870_i2c_id_table[] = {
|
||||
{ "aat2870", 0 },
|
||||
{ }
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user