arm64: zynqmp: Add empty sleep.h file for psu_init* compilation

psu_init* contain sleep.h header which is not present in u-boot.
Instead of keep comment sleep.h in psu_init* it is easier to add empty
file which is included.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
This commit is contained in:
Michal Simek 2017-05-25 16:08:43 +02:00
parent 9e6e2bc229
commit 1ac237b66b

View File

@ -0,0 +1 @@
/* Intentionally empty file for psu_init* */