Commit 92ce52695ccf2b6c4ef7eb02e1bee1bcbf5fde89

Authored by Randy Dunlap
Committed by Mauro Carvalho Chehab
1 parent 472af2b05b

[media] staging: altera-jtag needs delay.h

altera-jtag.c needs to include <linux/delay.h> to fix a build error:

drivers/staging/altera-stapl/altera-jtag.c:398: error: implicit declaration of function 'udelay'

Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Cc: Igor M. Liplianin <liplianin@netup.ru>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>

Showing 1 changed file with 1 additions and 0 deletions Side-by-side Diff

drivers/staging/altera-stapl/altera-jtag.c
... ... @@ -23,6 +23,7 @@
23 23 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
24 24 */
25 25  
  26 +#include <linux/delay.h>
26 27 #include <linux/firmware.h>
27 28 #include <linux/slab.h>
28 29 #include <staging/altera.h>