net: drivers: ieee802154: sys_log is needed on legacy driver

Or the build will not go through.

Change-Id: I48f5f8661c4100a76e4624ea64d383055327e2a7
Signed-off-by: Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com>
This commit is contained in:
Tomasz Bursztyka 2016-08-24 17:00:31 +02:00 committed by Jukka Rissanen
commit b283640f10

View file

@ -16,6 +16,10 @@
* limitations under the License.
*/
#define SYS_LOG_LEVEL CONFIG_SYS_LOG_TI_CC2520_LEVEL
#define SYS_LOG_NO_NEWLINE
#include <misc/sys_log.h>
#include <errno.h>
#include <nanokernel.h>