Message ID | 20241120-topic-ufs-cleanup-v1-1-a5cef54b1cdc@linaro.org |
---|---|
State | New |
Delegated to: | Neil Armstrong |
Headers | show |
Series | ufs: core: initial cleanup and defines sync with Linux v6.12 | expand |
On 20/11/24 14:52, Neil Armstrong wrote: > Add missing ufs.h causing build warning on some symbols. > > Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org> > --- > drivers/ufs/ufs.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/drivers/ufs/ufs.c b/drivers/ufs/ufs.c > index f7d8c40c448c6865b7c04e03bab6f3f93a44a591..31c2959aeb12931b2bbdf26b3c676ae1a7b0fd1a 100644 > --- a/drivers/ufs/ufs.c > +++ b/drivers/ufs/ufs.c > @@ -19,6 +19,7 @@ > #include <malloc.h> > #include <hexdump.h> > #include <scsi.h> > +#include <ufs.h> > #include <asm/io.h> > #include <asm/dma-mapping.h> > #include <linux/bitops.h> > Reviewed-by: Neha Malcom Francis
diff --git a/drivers/ufs/ufs.c b/drivers/ufs/ufs.c index f7d8c40c448c6865b7c04e03bab6f3f93a44a591..31c2959aeb12931b2bbdf26b3c676ae1a7b0fd1a 100644 --- a/drivers/ufs/ufs.c +++ b/drivers/ufs/ufs.c @@ -19,6 +19,7 @@ #include <malloc.h> #include <hexdump.h> #include <scsi.h> +#include <ufs.h> #include <asm/io.h> #include <asm/dma-mapping.h> #include <linux/bitops.h>
Add missing ufs.h causing build warning on some symbols. Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org> --- drivers/ufs/ufs.c | 1 + 1 file changed, 1 insertion(+)