Skip to content

Commit ccef4b2

Browse files
lumagandersson
authored andcommitted
soc: qcom: ubwc: add missing include
The header has a function which calls pr_err(). Don't require users of the header to include <linux/printk.h> and include it here. Fixes: 87cfc79 ("drm/msm/a6xx: Resolve the meaning of UBWC_MODE") Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com> Reviewed-by: Bryan O'Donoghue <bryan.odonoghue@linaro.org> Link: https://lore.kernel.org/r/20260110-iris-ubwc-v1-1-dd70494dcd7b@oss.qualcomm.com Signed-off-by: Bjorn Andersson <andersson@kernel.org>
1 parent 29b3a61 commit ccef4b2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

include/linux/soc/qcom/ubwc.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
#define __QCOM_UBWC_H__
99

1010
#include <linux/bits.h>
11+
#include <linux/printk.h>
1112
#include <linux/types.h>
1213

1314
struct qcom_ubwc_cfg_data {

0 commit comments

Comments
 (0)