Skip to content
Commit f17c06c6 authored by Richard Fitzgerald's avatar Richard Fitzgerald Committed by Wolfram Sang
Browse files

i2c: Fix conditional for substituting empty ACPI functions



Add IS_ENABLED(CONFIG_I2C) to the conditional around a bunch of ACPI
functions.

The conditional around these functions depended only on CONFIG_ACPI.
But the functions are implemented in I2C core, so are only present if
CONFIG_I2C is enabled.

Signed-off-by: default avatarRichard Fitzgerald <rf@opensource.cirrus.com>
Signed-off-by: default avatarWolfram Sang <wsa+renesas@sang-engineering.com>
parent f6c29f71
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment