diff options
Diffstat (limited to 'drivers/uwb/scan.c')
| -rw-r--r-- | drivers/uwb/scan.c | 3 | 
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/uwb/scan.c b/drivers/uwb/scan.c index 76a1a1ed7d3..cbb6a5e703d 100644 --- a/drivers/uwb/scan.c +++ b/drivers/uwb/scan.c @@ -36,13 +36,14 @@  #include <linux/device.h>  #include <linux/err.h>  #include <linux/slab.h> +#include <linux/stat.h>  #include "uwb-internal.h"  /**   * Start/stop scanning in a radio controller   * - * @rc:      UWB Radio Controlller + * @rc:      UWB Radio Controller   * @channel: Channel to scan; encodings in WUSB1.0[Table 5.12]   * @type:    Type of scanning to do.   * @bpst_offset: value at which to start scanning (if type ==  | 
