summaryrefslogtreecommitdiff
path: root/include/linux/moduleloader.h
diff options
context:
space:
mode:
authorRussell King <rmk@dyn-67.arm.linux.org.uk>2008-06-30 19:47:59 +0100
committerRussell King <rmk+kernel@arm.linux.org.uk>2008-07-09 20:54:14 +0100
commitbdb08cb2d3491d441dd403dfb88d90ba90fb7232 (patch)
tree390117716c0f4f30a50636a5a0ef1e828e48d1fa /include/linux/moduleloader.h
parent5e329d1c7f5fe6adfee99c783fa98bda7dae8ac5 (diff)
downloadkernel-bdb08cb2d3491d441dd403dfb88d90ba90fb7232.tar.gz
[ARM] pxa: allow clk aliases
We need to support more than one name+device for a struct clk for a small number of peripherals. We do this by re-using struct clk alias to another struct clk - IOW, if we find that the entry we're using is an alias, we return the aliased entry not the one we found. Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'include/linux/moduleloader.h')
0 files changed, 0 insertions, 0 deletions
/kernel/git/...Linus Torvalds 2020-06-04Merge branch 'exec-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds 2020-06-03binfmt_elf_fdpic: don't use __... uaccess primitivesAl Viro 2020-05-27binfmt_elf_fdpic: fix execfd build regressionArnd Bergmann 2020-05-21exec: Generic execfd supportEric W. Biederman 2020-05-07exec: Rename flush_old_exec begin_new_execEric W. Biederman 2020-05-07exec: Merge install_exec_creds into setup_new_execEric W. Biederman 2020-05-07binfmt: Move install_exec_creds after setup_new_exec to match binfmt_elfEric W. Biederman 2020-05-05binfmt_elf_fdpic: remove the set_fs(KERNEL_DS) in elf_fdpic_core_dumpChristoph Hellwig 2019-11-15y2038: elfcore: Use __kernel_old_timeval for process timesArnd Bergmann 2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner