[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1559315344-10384-1-git-send-email-info@metux.net>
Date: Fri, 31 May 2019 17:09:01 +0200
From: "Enrico Weigelt, metux IT consult" <info@...ux.net>
To: linux-kernel@...r.kernel.org
Cc: rjw@...ysocki.net, viresh.kumar@...aro.org, jdelvare@...e.com,
linux@...ck-us.net, khalid@...ehiking.org, jejb@...ux.ibm.com,
martin.petersen@...cle.com, aacraid@...rosemi.com,
linux-pm@...r.kernel.org, linux-hwmon@...r.kernel.org,
linux-scsi@...r.kernel.org
Subject: clean some unneeded #ifdef MODULE
Hi folks,
here're some patches that clean up uncessary cases of #ifdef MODULE.
These ifdef's just exlude MODULE_DEVICE_TABLE's when the kernel is
built w/o module support. As MODULE_DEVICE_TABLE() macro already
checks for that, these extra #ifdef's shouldn't be necessary.
--mtx
Powered by blists - more mailing lists