summaryrefslogtreecommitdiff
path: root/scripts/kconfig/array_size.h
diff options
context:
space:
mode:
authorLucas De Marchi <lucas.demarchi@intel.com>2024-08-16 20:05:54 +0300
committerLucas De Marchi <lucas.demarchi@intel.com>2024-08-16 20:33:54 +0300
commited7171ff9fabc49ae6ed42fbd082a576473836fc (patch)
tree62bc21b9b590a7fefb27b6103a121f4386e1815f /scripts/kconfig/array_size.h
parentdb3461a7743817ad7c73553902231b096616813a (diff)
parenta809b92ee0f84c3f655b16a8b4d04bc3665d954a (diff)
downloadlinux-ed7171ff9fabc49ae6ed42fbd082a576473836fc.tar.xz
Merge drm/drm-next into drm-xe-next
Get drm-xe-next on v6.11-rc2 and synchronized with drm-intel-next for the display side. This resolves the current conflict for the enable_display module parameter and allows further pending refactors. Signed-off-by: Lucas De Marchi <lucas.demarchi@intel.com>
Diffstat (limited to 'scripts/kconfig/array_size.h')
-rw-r--r--scripts/kconfig/array_size.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/scripts/kconfig/array_size.h b/scripts/kconfig/array_size.h
deleted file mode 100644
index 26ba78d867d1..000000000000
--- a/scripts/kconfig/array_size.h
+++ /dev/null
@@ -1,11 +0,0 @@
-/* SPDX-License-Identifier: GPL-2.0 */
-#ifndef ARRAY_SIZE_H
-#define ARRAY_SIZE_H
-
-/**
- * ARRAY_SIZE - get the number of elements in array @arr
- * @arr: array to be sized
- */
-#define ARRAY_SIZE(arr) (sizeof(arr) / sizeof((arr)[0]))
-
-#endif /* ARRAY_SIZE_H */