https://github.com/torvalds/linux
Revision 5723b4a3cc3a128d49346afdc156124ed95b6133 authored by Linus Torvalds on 31 July 2018, 01:36:20 UTC, committed by Linus Torvalds on 31 July 2018, 01:36:20 UTC
Pull sparc fixes from David Miller:
 "Some small __init annotation and build fixes from Stephen Rostedt and
  Thomas Petazzoni"

* git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc:
  sparc: use asm-generic version of msi.h
  sparc: move MSI related definitions to where they are used
  sparc/time: Add missing __init to init_tick_ops()
2 parent s d512584 + 12be103
Raw File
Tip revision: 5723b4a3cc3a128d49346afdc156124ed95b6133 authored by Linus Torvalds on 31 July 2018, 01:36:20 UTC
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc
Tip revision: 5723b4a
Makefile
#
# Makefile for ALSA
# Copyright (c) 2001 by Jaroslav Kysela <perex@perex.cz>
#

obj-$(CONFIG_SND) += vx/ pdaudiocf/
back to top