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 2b8aa4c commit 023e6aaCopy full SHA for 023e6aa
drivers/mtd/nand/raw/s3c2410.c
@@ -105,7 +105,6 @@ struct s3c2410_nand_info;
105
106
/**
107
* struct s3c2410_nand_mtd - driver MTD structure
108
- * @mtd: The MTD instance to pass to the MTD layer.
109
* @chip: The NAND chip information.
110
* @set: The platform information supplied for this set of NAND chips.
111
* @info: Link back to the hardware information.
@@ -145,7 +144,6 @@ enum s3c_nand_clk_state {
145
144
* @clk_rate: The clock rate from @clk.
146
* @clk_state: The current clock state.
147
* @cpu_type: The exact type of this controller.
148
- * @freq_transition: CPUFreq notifier block
149
*/
150
struct s3c2410_nand_info {
151
/* mtd info */
0 commit comments