]> Git Repo - J-u-boot.git/blobdiff - include/display_options.h
net: correct the description of ip_to_string()
[J-u-boot.git] / include / display_options.h
index 85dacbc7590229c5518ebbb16ac9d77692089735..66e596077370a88ef341c179145b71598ad2fe37 100644 (file)
@@ -9,6 +9,8 @@
 #ifndef __DISPLAY_OPTIONS_H
 #define __DISPLAY_OPTIONS_H
 
+#include <linux/types.h>
+
 /**
  * print_size() - Print a size with a suffix
  *
@@ -19,7 +21,6 @@
  * @size:      Size to print
  * @suffix     String to print after the size
  */
-#include <display_options.h>
 void print_size(uint64_t size, const char *suffix);
 
 /**
This page took 0.022438 seconds and 4 git commands to generate.