Re: [PATCH] staging: sm750fb: Add const to g_fbmode array
From: Chhabilal Dangal
Date: Mon May 11 2026 - 06:57:12 EST
Thanks for catching that! I've now properly configured the kernel:
CONFIG_FB_SM750=m
CONFIG_STAGING=y
CONFIG_FB=y
Ran: make oldconfig
Verified configuration with: cat .config | grep CONFIG_FB_SM750
The patch should compile with these settings enabled. The changes are
minimal (adding const to g_fbmode array) and don't require additional
setup beyond proper kernel configuration.
Thanks for the guidance!
Chhabilal Dangal