mfd: lp8788: Remove MODULE_LICENSE in non-modules
Nick Alcock authored
Since commit 8b41fc44

 ("kbuild: create modules.builtin without
Makefile.modbuiltin or tristate.conf"), MODULE_LICENSE declarations
are used to identify modules. As a consequence, uses of the macro
in non-modules will cause modprobe to misidentify their containing
object file as a module when it is not (false positives), and modprobe
might succeed rather than failing with a suitable error message.

So remove it in the files in this commit, none of which can be built as
modules.
Signed-off-by: default avatarNick Alcock <nick.alcock@oracle.com>
Suggested-by: default avatarLuis Chamberlain <mcgrof@kernel.org>
Signed-off-by: default avatarLee Jones <lee@kernel.org>
f5803864
Name Last commit Last update
Documentation dt-bindings: mfd: Add TI-Nspire misc registers
LICENSES LICENSES: Add the copyleft-next-0.3.1 license
arch Merge tag 'ras_urgent_for_v6.3_rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
block block: remove obsolete config BLOCK_COMPAT
certs Merge tag 'kbuild-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
crypto Merge tag 'net-next-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
drivers mfd: lp8788: Remove MODULE_LICENSE in non-modules
fs Merge tag 'ext4_for_linus_urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
include mfd: core: Remove .enable() and .disable() callbacks
init Merge tag 'kbuild-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
io_uring io_uring/rsrc: fix folio accounting
ipc Merge branch 'work.namespace' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
kernel Merge tag 'trace-v6.3-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace
lib Merge tag 'zstd-linus-v6.3-rc3' of https://github.com/terrelln/linux
mm mm/damon/paddr: fix folio_nr_pages() after folio_put() in damon_pa_mark_accessed_or_deactivate()
net Merge tag 'net-6.3-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
rust Merge tag 'rust-fixes-6.3-rc1' of https://github.com/Rust-for-Linux/linux
samples Merge tag 'loongarch-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson
scripts kbuild: use git-archive for source package creation
security capability: just use a 'u64' instead of a 'u32[2]' array
sound ALSA: hda/ca0132: fixup buffer overrun at tuning_ctl_set()
tools Merge tag 'net-6.3-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
usr usr/gen_init_cpio.c: remove unnecessary -1 values from int file
virt Merge tag 'kvm-riscv-6.3-1' of https://github.com/kvm-riscv/linux into HEAD
.clang-format cpumask: re-introduce constant-sized cpumask optimizations
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
Makefile
README
Linux kernel
============

There are several guides for kernel developers and users. These guides can
be rendered in a number of formats, like HTML and PDF. Please read
Documentation/admin-guide/README.rst first.

In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``.  The formatted documentation can also be read online at:

    https://www.kernel.org/doc/html/latest/

There are various text files in the Documentation/ subdirectory,
several of them using the Restructured Text markup notation.

Please read the Documentation/process/changes.rst file, as it contains the
requirements for building and running the kernel, and information about
the problems which may result by upgrading your kernel.