]> git.baikalelectronics.ru Git - kernel.git/commit
fs/ntfs3: Change right headers to upcase.c
authorKari Argillander <kari.argillander@gmail.com>
Thu, 2 Sep 2021 16:15:26 +0000 (19:15 +0300)
committerKonstantin Komarov <almaz.alexandrovich@paragon-software.com>
Mon, 13 Sep 2021 16:41:45 +0000 (19:41 +0300)
commit6583a498595bf0e78529c082231c2879dd2c8f68
treefdc932528fa46336503b37b4e7be104944126ee3
parent244028de9adffe7ac12ede91657868c232dd6652
fs/ntfs3: Change right headers to upcase.c

There is no headers. They will be included through ntfs_fs.c, but that
is not right thing to do. Let's include headers what this file need
straight away.

types.h is needed for __le16, u8 etc.
kernel.h is needed for le16_to_cpu()

Signed-off-by: Kari Argillander <kari.argillander@gmail.com>
Signed-off-by: Konstantin Komarov <almaz.alexandrovich@paragon-software.com>
fs/ntfs3/upcase.c