From: Rashika Kheria Date: Sat, 14 Dec 2013 14:08:08 +0000 (+0530) Subject: drivers: ata: Mark the function ahci_init_interrupts() as static in ahci.c X-Git-Tag: v3.14-rc1~135^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d934145139664daa1ae918d3f0a7f3f47225ff33;p=pandora-kernel.git drivers: ata: Mark the function ahci_init_interrupts() as static in ahci.c This patch marks the function ahci_init_interrupts() as static in ahci.c because it is not used outside this file. Thus, it also eliminates the following warning in ahci.c: drivers/ata/ahci.c:1099:5: warning: no previous prototype for ‘ahci_init_interrupts’ [-Wmissing-prototypes] Signed-off-by: Rashika Kheria Signed-off-by: Tejun Heo Reviewed-by: Josh Triplett --- Reading git-diff-tree failed