From 9c896eeca4578507faa067d62daa2d66b1541bc8 Mon Sep 17 00:00:00 2001 From: Wolfram Sang Date: Wed, 10 Mar 2021 20:32:27 +0100 Subject: ALSA: ppc: keywest: remove outdated comment The I2C attach_adapter callback is gone. Remove this reference. Signed-off-by: Wolfram Sang Link: https://lore.kernel.org/r/20210310193227.333140-1-wsa@kernel.org Signed-off-by: Takashi Iwai --- sound/ppc/keywest.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'sound/ppc') diff --git a/sound/ppc/keywest.c b/sound/ppc/keywest.c index a6c1905039de..a8915100d6bb 100644 --- a/sound/ppc/keywest.c +++ b/sound/ppc/keywest.c @@ -13,12 +13,7 @@ #include #include "pmac.h" -/* - * we have to keep a static variable here since i2c attach_adapter - * callback cannot pass a private data. - */ static struct pmac_keywest *keywest_ctx; - static bool keywest_probed; static int keywest_probe(struct i2c_client *client, -- cgit