]> git.dujemihanovic.xyz Git - u-boot.git/commit
spi: zynq_qspi: Add missing prototype for update_stripe
authorVenkatesh Yadav Abbarapu <venkatesh.abbarapu@amd.com>
Wed, 16 Oct 2024 04:44:02 +0000 (10:14 +0530)
committerMichal Simek <michal.simek@amd.com>
Fri, 25 Oct 2024 14:19:55 +0000 (16:19 +0200)
commit874ea273926e213473ebd6d5f7bfba58020ec600
tree92dad0e8d9466ef967d6c09e0129141853e08bbd
parent93590a08e3d9b2cec2adb215dbb06334d690644f
spi: zynq_qspi: Add missing prototype for update_stripe

Add missing prototype to fix the sparse warning,
warning: no previous prototype for 'update_stripe'
[-Wmissing-prototypes].

Signed-off-by: Venkatesh Yadav Abbarapu <venkatesh.abbarapu@amd.com>
Link: https://lore.kernel.org/r/20241016044402.18052-1-venkatesh.abbarapu@amd.com
Signed-off-by: Michal Simek <michal.simek@amd.com>
drivers/spi/zynq_qspi.c