Re: [PATCH v2 1/1] dm: fix DM_EVENT dependencies

2022-06-07 Thread Tom Rini
On Sat, May 07, 2022 at 10:39:01PM +0200, Heinrich Schuchardt wrote: > CONFIG_DM_EVENT without CONFIG_EVENT is non-functional. > Let CONFIG_DM_EVENT depend on CONFIG_EVENT. > > Remove superfluous stub in include/event.h. > > Fixes: 5b896ed5856f ("event: Add events for device probe/remove") > Rep

[PATCH v2 1/1] dm: fix DM_EVENT dependencies

2022-05-07 Thread Heinrich Schuchardt
CONFIG_DM_EVENT without CONFIG_EVENT is non-functional. Let CONFIG_DM_EVENT depend on CONFIG_EVENT. Remove superfluous stub in include/event.h. Fixes: 5b896ed5856f ("event: Add events for device probe/remove") Reported-by: Jan Kiszka Signed-off-by: Heinrich Schuchardt --- v2: Let DM_EVE