From 0c07dfcba436edf514776d20c2629383c5623071 Mon Sep 17 00:00:00 2001 From: Christoffer Sandberg Date: Mon, 18 Oct 2021 20:03:02 +0200 Subject: [PATCH] Move old now unused io structs to debug def --- src/tuxedo_io/tuxedo_io.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/tuxedo_io/tuxedo_io.c b/src/tuxedo_io/tuxedo_io.c index 685f873..22f51e4 100644 --- a/src/tuxedo_io/tuxedo_io.c +++ b/src/tuxedo_io/tuxedo_io.c @@ -211,10 +211,10 @@ static long uniwill_ioctl_interface(struct file *file, unsigned int cmd, unsigne u8 byte_data; const char str_no_if[] = ""; char *str_uniwill_if; - union uw_ec_read_return reg_read_return; - union uw_ec_write_return reg_write_return; #ifdef DEBUG + union uw_ec_read_return reg_read_return; + union uw_ec_write_return reg_write_return; u32 uw_arg[10]; u32 uw_result[10]; int i;