summaryrefslogtreecommitdiff
path: root/astraceroute/Makefile
blob: 8f9f5180c5fbef4fca42279632d1e145ef217592 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
astraceroute-libs =	-lGeoIP \
			-lpthread \
			-lz

astraceroute-objs =	xmalloc.o \
			ioops.o \
			proto_none.o \
			tprintf.o \
			bpf.o \
			str.o \
			sig.o \
			sock.o \
			link.o \
			dev.o \
			geoip.o \
			ring_rx.o \
			ring.o \
			astraceroute.o
t445c93093d7f28a0a07fd10f0d7a8aada4e1932e (patch) treeb5c452e25a75d4e58ffced18f9b0287747e6e405 parentfb36f77efec7c4371a8be0c73424fa2bf841e3b2 (diff)
mfd: palmas: Remove redundant check in palmas_power_off
palmas_dev and palmas_power_off are always assigned together. So the check for palmas_dev inside palmas_power_off function is redundant. Removing the same. Signed-off-by: Keerthy <j-keerthy@ti.com> Signed-off-by: Lee Jones <lee.jones@linaro.org>
Diffstat