From 7c43370997305804efed299a67f32bd78d1735e0 Mon Sep 17 00:00:00 2001 From: Jay Vasanth Date: Wed, 18 Oct 2023 11:59:13 -0400 Subject: [PATCH] microchip: ps2: fix compilation error fix compilation error when CONFIG_PM_DEVICE is not enabled Signed-off-by: Jay Vasanth --- drivers/ps2/ps2_mchp_xec.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/drivers/ps2/ps2_mchp_xec.c b/drivers/ps2/ps2_mchp_xec.c index ccd2957982e..f3b1a9e10bf 100644 --- a/drivers/ps2/ps2_mchp_xec.c +++ b/drivers/ps2/ps2_mchp_xec.c @@ -16,10 +16,8 @@ #include #endif #include -#ifdef CONFIG_PM_DEVICE #include #include -#endif #include #include #include