Skip to content

Commit 44d8c4d

Browse files
lumagrobclark
authored andcommitted
drm/msm: fix fault injection support
Readd the header that was erroneously dropped during KMS code refactoring. Fixes: 506efcb ("drm/msm: carve out KMS code from msm_drv.c") Reported-by: kernel test robot <lkp@intel.com> Closes: https://lore.kernel.org/oe-kbuild-all/202310100836.6E6zjEcE-lkp@intel.com/ Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> Patchwork: https://patchwork.freedesktop.org/patch/561739/ Signed-off-by: Rob Clark <robdclark@chromium.org>
1 parent 506efcb commit 44d8c4d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

drivers/gpu/drm/msm/msm_drv.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
*/
77

88
#include <linux/dma-mapping.h>
9+
#include <linux/fault-inject.h>
910
#include <linux/of_address.h>
1011
#include <linux/uaccess.h>
1112

0 commit comments

Comments
 (0)