mirror of
https://github.com/torvalds/linux.git
synced 2024-11-23 04:31:50 +00:00
units: add missing header
BITS_PER_BYTE is defined in bits.h.
Link: https://lkml.kernel.org/r/20231128174404.393393-1-andriy.shevchenko@linux.intel.com
Fixes: e8eed5f736
("units: Add BYTES_PER_*BIT")
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Reviewed-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Damian Muszynski <damian.muszynski@intel.com>
Cc: Rasmus Villemoes <linux@rasmusvillemoes.dk>
Cc: Herbert Xu <herbert@gondor.apana.org.au>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
This commit is contained in:
parent
4e9e2e4c65
commit
8e92157d7f
@ -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) */
|
||||
|
Loading…
Reference in New Issue
Block a user