nvmem: core: move struct nvmem_cell_info to nvmem-provider.h
[platform/kernel/linux-starfive.git] / include / linux / nvmem-consumer.h
index 980f9c9..1f62f7b 100644 (file)
@@ -18,15 +18,7 @@ struct device_node;
 /* consumer cookie */
 struct nvmem_cell;
 struct nvmem_device;
-
-struct nvmem_cell_info {
-       const char              *name;
-       unsigned int            offset;
-       unsigned int            bytes;
-       unsigned int            bit_offset;
-       unsigned int            nbits;
-       struct device_node      *np;
-};
+struct nvmem_cell_info;
 
 /**
  * struct nvmem_cell_lookup - cell lookup entry