Message ID | 20230113001132.3375334-5-paulmck@kernel.org (mailing list archive) |
---|---|
State | Accepted |
Commit | e070c2036bc035439aa724073bd280ef5fec409d |
Headers | show |
Series | [v2,01/20] arch/x86: Remove "select SRCU" | expand |
"Paul E. McKenney" <paulmck@kernel.org> writes: > Now that the SRCU Kconfig option is unconditionally selected, there is > no longer any point in selecting it. Therefore, remove the "select SRCU" > Kconfig statements. Accidentally acked the previous version. This appears to be the same. Acked-by: Alexander Shishkin <alexander.shishkin@linux.intel.com> Regards, -- Alex
On Fri, Jan 13, 2023 at 05:52:37PM +0200, Alexander Shishkin wrote: > "Paul E. McKenney" <paulmck@kernel.org> writes: > > > Now that the SRCU Kconfig option is unconditionally selected, there is > > no longer any point in selecting it. Therefore, remove the "select SRCU" > > Kconfig statements. > > Accidentally acked the previous version. This appears to be the same. I somehow missed that ack, probably fat-fingered it. :-/ > Acked-by: Alexander Shishkin <alexander.shishkin@linux.intel.com> Thank you! I will apply this on my next rebase. Thanx, Paul
diff --git a/drivers/hwtracing/stm/Kconfig b/drivers/hwtracing/stm/Kconfig index aad594fe79cc5..eda6b11d40a1f 100644 --- a/drivers/hwtracing/stm/Kconfig +++ b/drivers/hwtracing/stm/Kconfig @@ -2,7 +2,6 @@ config STM tristate "System Trace Module devices" select CONFIGFS_FS - select SRCU help A System Trace Module (STM) is a device exporting data in System Trace Protocol (STP) format as defined by MIPI STP standards.