summaryrefslogtreecommitdiff
path: root/scripts/patch-kernel
diff options
context:
space:
mode:
authorWei Yongjun <weiyongjun1@huawei.com>2021-03-18 13:56:49 +0000
committerTony Lindgren <tony@atomide.com>2021-03-24 12:17:38 +0200
commitaa4e133184eac7fdba7df4ac3bdce8711cbc42b6 (patch)
tree4bd618c421467851b73e79ce28cd4dd2ea8390a1 /scripts/patch-kernel
parente259c2926c016dd815e5547412356d378fc1f589 (diff)
downloadkernel-aa4e133184eac7fdba7df4ac3bdce8711cbc42b6.tar.gz
ARM: OMAP2+: Make symbol 'pdata_quirks_init_clocks' static
The sparse tool complains as follows: arch/arm/mach-omap2/pdata-quirks.c:578:1: warning: symbol 'pdata_quirks_init_clocks' was not declared. Should it be static? This symbol is not used outside of pdata-quirks.c, so this commit marks it static. Fixes: a15de032a72d ("ARM: OMAP2+: Init both prm and prcm nodes early for clocks") Reported-by: Hulk Robot <hulkci@huawei.com> Reported-by: kernel test robot <lkp@intel.com> Signed-off-by: Wei Yongjun <weiyongjun1@huawei.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'scripts/patch-kernel')
0 files changed, 0 insertions, 0 deletions
b'>exofs: debug print even lessBoaz Harrosh 2010-01-05exofs: simple_write_end does not mark_inode_dirtyBoaz Harrosh 2010-01-05exofs: fix pnfs_osd re-definitions in pre-pnfs treesBoaz Harrosh 2009-12-10exofs: Multi-device mirror supportBoaz Harrosh 2009-12-10exofs: Move all operations to an io_engineBoaz Harrosh 2009-12-10exofs: move osd.c to ios.cBoaz Harrosh 2009-12-10exofs: statfs blocks is sectors not FS blocksBoaz Harrosh 2009-12-10exofs: Prints on mount and unmoutBoaz Harrosh 2009-12-10exofs: refactor exofs_i_info initialization into common helperBoaz Harrosh 2009-12-10exofs: dbg-print lessBoaz Harrosh 2009-12-10exofs: More sane debug printBoaz Harrosh 2009-09-24exofs: remove BKL from super operationsBoaz Harrosh 2009-07-12headers: smp_lock.h reduxAlexey Dobriyan 2009-06-21exofs: Avoid using file_fsync()Boaz Harrosh 2009-06-21exofs: Remove IBM copyrightsBoaz Harrosh 2009-06-21exofs: Fix bio leak in error handling path (sync read)Boaz Harrosh 2009-06-12[SCSI] Merge branch 'linus'James Bottomley 2009-06-11exofs: add ->sync_fsChristoph Hellwig 2009-06-11->write_super lock_super pushdownChristoph Hellwig 2009-06-11push BKL down into ->put_superChristoph Hellwig 2009-06-11remove ->write_super call in generic_shutdown_superChristoph Hellwig 2009-06-10[SCSI] libosd: Define an osd_dev wrapper to retrieve the request_queueBoaz Harrosh 2009-06-10[SCSI] libosd: osd_req_{read,write} takes a length parameterBoaz Harrosh 2009-06-10[SCSI] libosd: osd_req_{read,write}_kern new APIBoaz Harrosh 2009-05-11block: add rq->resid_lenTejun Heo 2009-03-31exofs: DocumentationBoaz Harrosh 2009-03-31exofs: export_operationsBoaz Harrosh 2009-03-31exofs: super_operations and file_system_typeBoaz Harrosh 2009-03-31exofs: dir_inode and directory operationsBoaz Harrosh 2009-03-31exofs: address_space_operationsBoaz Harrosh 2009-03-31exofs: symlink_inode and fast_symlink_inode operationsBoaz Harrosh 2009-03-31exofs: file and file_inode operationsBoaz Harrosh 2009-03-31exofs: Kbuild, Headers and osd utilsBoaz Harrosh