X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fdm.h;h=a1b84169e64a552ee0c7980395b308fe20fdac22;hb=d2e5250be49fce4653689c41a5dc7e2d7e7ecf33;hp=f752792c92ff63d746704728beccf1a3fbe5e826;hpb=541f538f4ca50082f77f7f34f05950d57804b1cc;p=platform%2Fkernel%2Fu-boot.git diff --git a/include/dm.h b/include/dm.h index f752792..a1b8416 100644 --- a/include/dm.h +++ b/include/dm.h @@ -1,13 +1,15 @@ +/* SPDX-License-Identifier: GPL-2.0+ */ /* * Copyright (c) 2013 Google, Inc - * - * SPDX-License-Identifier: GPL-2.0+ */ +#ifdef _DM_H_ +#warning "Suspect dm.h is included from a header file - please fix" +#endif + #ifndef _DM_H_ #define _DM_H_ -#include #include #include #include