public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v1 1/1] units: Add missing header
@ 2023-11-28 17:44 Andy Shevchenko
  2023-11-28 22:25 ` Randy Dunlap
  2023-11-29  2:09 ` Andrew Morton
  0 siblings, 2 replies; 4+ messages in thread
From: Andy Shevchenko @ 2023-11-28 17:44 UTC (permalink / raw)
  To: Damian Muszynski, linux-kernel
  Cc: Rasmus Villemoes, Andrew Morton, Andy Shevchenko

BITS_PER_BYTE is defined in bits.h.

Fixes: e8eed5f7366f ("units: Add BYTES_PER_*BIT")
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
---
 include/linux/units.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/include/linux/units.h b/include/linux/units.h
index ff1bd6b5f5b3..45110daaf8d3 100644
--- a/include/linux/units.h
+++ b/include/linux/units.h
@@ -2,6 +2,7 @@
 #ifndef _LINUX_UNITS_H
 #define _LINUX_UNITS_H
 
+#include <linux/bits.h>
 #include <linux/math.h>
 
 /* Metric prefixes in accordance with Système international (d'unités) */
-- 
2.43.0.rc1.1.gbec44491f096


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2023-11-29 10:19 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-11-28 17:44 [PATCH v1 1/1] units: Add missing header Andy Shevchenko
2023-11-28 22:25 ` Randy Dunlap
2023-11-29  2:09 ` Andrew Morton
2023-11-29 10:19   ` Andy Shevchenko

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox