# # Headers that are optional in usr/include/asm/ # opt-header += kvm.h opt-header += kvm_para.h opt-header += a.out.h # # Headers that are mandatory in usr/include/asm/ # header-y += auxvec.h header-y += bitsperlong.h header-y += byteorder.h header-y += errno.h header-y += fcntl.h header-y += ioctl.h header-y += ioctls.h header-y += ipcbuf.h header-y += mman.h header-y += msgbuf.h header-y += param.h header-y += poll.h header-y += posix_types.h header-y += ptrace.h header-y += resource.h header-y += sembuf.h header-y += setup.h header-y += shmbuf.h header-y += sigcontext.h header-y += siginfo.h header-y += signal.h header-y += socket.h header-y += sockios.h header-y += stat.h header-y += statfs.h header-y += swab.h header-y += termbits.h header-y += termios.h header-y += types.h header-y += unistd.h header-y += $(foreach hdr,$(opt-header), \ $(if \ $(wildcard \ $(srctree)/arch/$(SRCARCH)/include/uapi/asm/$(hdr) \ $(srctree)/arch/$(SRCARCH)/include/asm/$(hdr) \ ), \ $(hdr) \ )) ite-cleanup net-next plumbingsTobias Klauser
summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorAxel Lin <axel.lin@ingics.com>2014-01-06 15:42:53 +0800
committerMark Brown <broonie@linaro.org>2014-01-06 12:12:07 +0000
commita8659ba461a13ef1a8a28968b3bd10220684be02 (patch)
tree5d8b4c3a3a91bd0ed1ae9d6dae77a51ee6c8dede /drivers
parentd04b755273683ed31043563b8a3a2716bd8aa6a9 (diff)
regulator: act8865: Fix build error when !OF
Fix below build error when !OF: CC [M] drivers/regulator/act8865-regulator.o drivers/regulator/act8865-regulator.c: In function 'act8865_pmic_probe': drivers/regulator/act8865-regulator.c:306:18: error: 'act8865_matches' undeclared (first use in this function) drivers/regulator/act8865-regulator.c:306:18: note: each undeclared identifier is reported only once for each function it appears in drivers/regulator/act8865-regulator.c:306:18: error: negative width in bit-field '<anonymous>' make[2]: *** [drivers/regulator/act8865-regulator.o] Error 1 make[1]: *** [drivers/regulator] Error 2 make: *** [drivers] Error 2 Reported-by: Stephen Rothwell <sfr@canb.auug.org.au> Signed-off-by: Axel Lin <axel.lin@ingics.com> Signed-off-by: Mark Brown <broonie@linaro.org>
Diffstat (limited to 'drivers')