Commit e92d87c
mailbox: rockchip: fix a typo in module autoloading
MODULE_DEVICE_TABLE(of, rockchip_mbox_of_match) could let the module
properly autoloaded based on the alias from of_device_id table. It
should be 'rockchip_mbox_of_match' instead of 'rockchp_mbox_of_match',
just fix it.
Fixes: f70ed3b ("mailbox: rockchip: Add Rockchip mailbox driver")
Signed-off-by: Liao Chen <[email protected]>
Reviewed-by: Heiko Stuebner <[email protected]>
Signed-off-by: Jassi Brar <[email protected]>1 parent 39d7d61 commit e92d87c
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
159 | 159 | | |
160 | 160 | | |
161 | 161 | | |
162 | | - | |
| 162 | + | |
163 | 163 | | |
164 | 164 | | |
165 | 165 | | |
| |||
0 commit comments