Skip to content

Commit fceb6ba

Browse files
committed
Merge tag 'tegra-for-6.4-arm-core' of git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux into soc/drivers
ARM: tegra: Core changes for v6.4-rc1 This contains a single commit to drop MODULE_LICENSE() from a driver that can't be built as a module since that can now confuse tooling. * tag 'tegra-for-6.4-arm-core' of git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux: ARM: tegra: Remove MODULE_LICENSE in non-modules Link: https://lore.kernel.org/r/20230406124804.970394-1-thierry.reding@gmail.com Signed-off-by: Arnd Bergmann <arnd@arndb.de>
2 parents 5d2e834 + e847601 commit fceb6ba

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

drivers/amba/tegra-ahb.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,5 +285,4 @@ module_platform_driver(tegra_ahb_driver);
285285

286286
MODULE_AUTHOR("Hiroshi DOYU <hdoyu@nvidia.com>");
287287
MODULE_DESCRIPTION("Tegra AHB driver");
288-
MODULE_LICENSE("GPL v2");
289288
MODULE_ALIAS("platform:" DRV_NAME);

0 commit comments

Comments
 (0)