diff --git a/include/disk/disk_access.h b/include/disk/disk_access.h index 628d9412758..eefedcbdc86 100644 --- a/include/disk/disk_access.h +++ b/include/disk/disk_access.h @@ -12,6 +12,10 @@ #ifndef ZEPHYR_INCLUDE_DISK_DISK_ACCESS_H_ #define ZEPHYR_INCLUDE_DISK_DISK_ACCESS_H_ +#ifndef CONFIG_COMPAT_INCLUDES +#warning "This header file has moved, include instead." +#endif + #include #endif /* ZEPHYR_INCLUDE_DISK_DISK_ACCESS_H_ */