kdbus: fix header guard name
authorLucas De Marchi <lucas.demarchi@intel.com>
Tue, 17 Mar 2015 12:21:42 +0000 (09:21 -0300)
committerSeung-Woo Kim <sw0312.kim@samsung.com>
Mon, 4 Apr 2016 01:12:33 +0000 (10:12 +0900)
commit21da24ee6582931a7d54e49927fe4a0824ed4d89
treea69e4e201c8e37f03a13ff4e3c02ec7a8085ba17
parentc4fd113d78ccbe7ff4d08f28ab06c81e8799ee59
kdbus: fix header guard name

UAPI headers have a _UAPI_ as prefix, which is removed during
headers_install. If it's put as a suffix it will not be removed and will
be the only header with UAPI in the header guard macro.

Change-Id: I865bf183844d1df797ec99a3fffc95e4229a2504
Signed-off-by: Lucas De Marchi <lucas.demarchi@intel.com>
Reviewed-by: David Herrmann <dh.herrmann@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Paul Osmialowski <p.osmialowsk@samsung.com>
include/uapi/linux/kdbus.h