summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorAlif Zakuan Yuslaimi <[email protected]>2025-09-22 18:31:47 -0700
committerTien Fong Chee <[email protected]>2025-09-30 14:29:54 +0800
commitf4db066455119d944adda481b5d3415fe79ba858 (patch)
tree5c0bd3118d8b9979111e06c0d095b9ce8b75c25b /include/linux
parentfb7aa75561b7d05c37dfc9f3d7f73d1838622517 (diff)
arm: socfpga: mailbox: Remove CONFIG_CADENCE_QSPI guard from QSPI mailbox API declarations
The QSPI mailbox API function declarations (mbox_qspi_close and mbox_qspi_open) in mailbox_s10.h were guarded by CONFIG_CADENCE_QSPI preprocessor conditional. This prevented their prototypes from being visible to code that may use the stub implementations when CONFIG_CADENCE_QSPI is disabled. Remove the CONFIG_CADENCE_QSPI preprocessor conditional so these functions are always declared, regardless of the configuration. This avoids potential build or linkage errors when stubs are used. Signed-off-by: Alif Zakuan Yuslaimi <[email protected]> Reviewed-by: Tien Fong Chee <[email protected]>
Diffstat (limited to 'include/linux')
0 files changed, 0 insertions, 0 deletions