1
0
Fork 0

fix build without epdc support

optimizations
Martin T. H. Sandsmark 2017-05-22 14:28:34 +02:00
parent b2c72a0a43
commit 0d0a7a9d21
1 changed files with 2 additions and 1 deletions

View File

@ -8,12 +8,13 @@
* SPDX-License-Identifier: GPL-2.0+
*/
#ifdef CONFIG_WAVEFORM_BUF_SIZE
#include <common.h>
#include <lcd.h>
#include <linux/err.h>
#include <linux/types.h>
#include <malloc.h>
#ifdef CONFIG_WAVEFORM_BUF_SIZE
#include <mxc_epdc_fb.h>
#define is_digit(c) ((c) >= '0' && (c) <= '9')