fs: d_path: include internal.h
authorArnd Bergmann <arnd@arndb.de>
Tue, 16 May 2023 19:54:38 +0000 (21:54 +0200)
committerChristian Brauner <brauner@kernel.org>
Wed, 17 May 2023 07:16:59 +0000 (09:16 +0200)
commitdf67cb4c58fbb80399a99d47a554a67829f90dda
tree435c9a943cd8df8ad194a4d7c7e72c400b529a64
parent88e4607034ee49e09e32d91d083dced5c2f4f127
fs: d_path: include internal.h

make W=1 warns about a missing prototype that is defined but
not visible at point where simple_dname() is defined:

fs/d_path.c:317:7: error: no previous prototype for 'simple_dname' [-Werror=missing-prototypes]

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Message-Id: <20230516195444.551461-1-arnd@kernel.org>
Signed-off-by: Christian Brauner <brauner@kernel.org>
fs/d_path.c