ARM64: DTS: Add rk3399-firefly uart4 device, node as /dev/ttyS1
[firefly-linux-kernel-4.4.55.git] / drivers / gpu / arm / mali400 / mali / linux / mali_osk_locks.h
index ddef3c99a4a59cc36c2720d3893d44faf4a93013..a05586f0e12bdebbb0adbeebb8aab573353c7220 100755 (executable)
@@ -1,11 +1,11 @@
 /*
- * This confidential and proprietary software may be used only as
- * authorised by a licensing agreement from ARM Limited
- * (C) COPYRIGHT 2008-2013 ARM Limited
- * ALL RIGHTS RESERVED
- * The entire notice above must be reproduced on all authorised
- * copies and copies may only be made to the extent permitted
- * by a licensing agreement from ARM Limited.
+ * Copyright (C) 2010-2014, 2016 ARM Limited. All rights reserved.
+ * 
+ * This program is free software and is provided to you under the terms of the GNU General Public License version 2
+ * as published by the Free Software Foundation, and any use by you of this program is subject to the terms of such GNU licence.
+ * 
+ * A copy of the licence is included with the program, and can also be obtained from Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
  */
 
 /**
@@ -81,7 +81,7 @@ extern "C" {
        void _mali_osk_locks_debug_add(struct _mali_osk_lock_debug_s *checker);
        void _mali_osk_locks_debug_remove(struct _mali_osk_lock_debug_s *checker);
 
-       /** @brief This function can return a given lock's owner when DEBUG     is enabled. */
+       /** @brief This function can return a given lock's owner when DEBUG     is enabled. */
        static inline u32 _mali_osk_lock_get_owner(struct _mali_osk_lock_debug_s *lock)
        {
                return lock->owner;