# # Makefile for ALSA # Copyright (c) 2001 by Jaroslav Kysela # snd-azt1605-objs := azt1605.o snd-azt2316-objs := azt2316.o obj-$(CONFIG_SND_AZT1605) += snd-azt1605.o obj-$(CONFIG_SND_AZT2316) += snd-azt2316.o Atom feed' href='https://git.distanz.ch/cgit.cgi/linux/net-next.git/atom/?h=master' type='application/atom+xml'/>
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2016-09-22 07:48:17 -0700
committerThomas Gleixner <tglx@linutronix.de>2016-09-22 17:02:55 +0200
commitb536fd587044af02183b3c02690431b93154f0fa (patch)
tree34de35c65031f5f3dd69b10593b9e083f4a68ae6
parent3aa601492babdf3acdec89e5aa9c44e1a357a4d8 (diff)
timekeeping: Include the correct header for errno definitions
asm-generic headers are only defaults for architectures. We need to get the proper defintion, which goes through <linux/errno.h> and <asm/errno.h>. Signed-off-by: Christoph Hellwig <hch@lst.de> Cc: john.stultz@linaro.org Link: http://lkml.kernel.org/r/1474555697-8206-1-git-send-email-hch@lst.de Signed-off-by: Thomas Gleixner <tglx@linutronix.de>