1
0
Fork 0

epdc_setup: fix build without epdc stuff

optimizations
Martin T. H. Sandsmark 2017-04-24 18:53:11 +02:00
parent 56a8d48df8
commit 4ef80c1c15
1 changed files with 2 additions and 0 deletions

View File

@ -8,6 +8,7 @@
* SPDX-License-Identifier: GPL-2.0+
*/
#ifdef CONFIG_WAVEFORM_BUF_SIZE
#include <common.h>
#include <lcd.h>
#include <linux/err.h>
@ -116,3 +117,4 @@ int board_setup_waveform_file(ulong waveform_buf)
return 0;
}
#endif