exynos9610: aidl: light: Use pragma once
authorBruno Martins <bgcngm@gmail.com>
Thu, 13 Jan 2022 20:04:02 +0000 (20:04 +0000)
committerNolen Johnson <johnsonnolen@gmail.com>
Fri, 11 Nov 2022 21:52:16 +0000 (22:52 +0100)
Change-Id: I517d22da79659803c1271f79cb089710efbeba2f

include/samsung_lights.h

index 084af09bd29d0016807e15d5dd304f244c8aaa8b..43bc86186cdc27cd8d99d4fff76c542e354353f0 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * Copyright (C) 2016 The CyanogenMod Project
- * Copyright (C) 2017 The LineageOS Project
+ * Copyright (C) 2017-2022 The LineageOS Project
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -15,8 +15,7 @@
  * limitations under the License.
  */
 
-#ifndef SAMSUNG_LIGHTS_H
-#define SAMSUNG_LIGHTS_H
+#pragma once
 
 /*
  * Board specific nodes
@@ -27,5 +26,3 @@
  */
 #define PANEL_BRIGHTNESS_NODE "/sys/class/backlight/backlight_0/brightness"
 #define PANEL_MAX_BRIGHTNESS_NODE "/sys/class/backlight/backlight_0/max_brightness"
-
-#endif  // SAMSUNG_LIGHTS_H