commit | 920314dfd05f40cbe8ad677ba733ff1f8814d93a | [log] [tgz] |
---|---|---|
author | Pranith Kumar <bobby.prani@gmail.com> | Wed Aug 20 12:55:45 2014 -0400 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Mon Sep 08 16:17:45 2014 -0700 |
tree | 6e59dbd6f80fdb34a637163251182211bd02d392 | |
parent | ff7693d079e58fb62d735b7b8085b53fcfb74528 [diff] |
serial: Fix build failure caused by missing header file Fix build failure caused by missing header file: drivers/tty/serial/nwpserial.c: In function 'wait_for_bits': drivers/tty/serial/nwpserial.c:53:3: error: implicit declaration of function 'udelay' [-Werror=implicit-function-declaration] Signed-off-by: Pranith Kumar <bobby.prani@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>