We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca023a9 commit 0689645Copy full SHA for 0689645
include/linux/memory.h
@@ -29,8 +29,6 @@ struct memory_block {
29
int section_count; /* serialized by mem_sysfs_mutex */
30
int online_type; /* for passing data to online routine */
31
int phys_device; /* to which fru does this belong? */
32
- void *hw; /* optional pointer to fw/hw data */
33
- int (*phys_callback)(struct memory_block *);
34
struct device dev;
35
int nid; /* NID for this memory block */
36
};
0 commit comments