diff options
Diffstat (limited to 'common/event.c')
-rw-r--r-- | common/event.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/event.c b/common/event.c index 4270809d49..9d67a060a0 100644 --- a/common/event.c +++ b/common/event.c @@ -26,6 +26,7 @@ const char *const type_name[] = { "test", /* Events related to driver model */ + "dm_post_init", "dm_pre_probe", "dm_post_probe", "dm_pre_remove", |