Revision a2d6ed149cefab495dbb573124e7e1ca331005fd authored by Adrian Bunk on 30 October 2007, 23:50:23 UTC, committed by Jeff Garzik on 03 November 2007, 12:46:29 UTC
ata_scsi_lpm_get() can become static.

Signed-off-by: Adrian Bunk <bunk@kernel.org>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
1 parent 1992a5e
Raw File
Makefile
#
# Makefile for the Linux unix domain socket layer.
#

obj-$(CONFIG_UNIX)	+= unix.o

unix-y			:= af_unix.o garbage.o
unix-$(CONFIG_SYSCTL)	+= sysctl_net_unix.o
back to top