diff --git a/include/input.h b/include/input.h
index 26e2ad700fe3163721639b03c6ab9f78d12fcc09..7bccc8ec896c22a8c3fc23be0cc3700c74246bd9 100644
--- a/include/input.h
+++ b/include/input.h
@@ -36,6 +36,7 @@ struct input_key_xlate {
 };
 
 struct input_config {
+	struct udevice *dev;
 	uchar fifo[INPUT_BUFFER_LEN];
 	int fifo_in, fifo_out;