return;
}
-struct i2o_handler i2o_scsi_handler=
-{
- i2o_scsi_reply,
- NULL,
- NULL,
- NULL,
- "I2O SCSI OSM",
- 0,
- I2O_CLASS_SCSI_PERIPHERAL
+struct i2o_handler i2o_scsi_handler = {
+ .reply = i2o_scsi_reply,
+ .name = "I2O SCSI OSM",
+ .class = I2O_CLASS_SCSI_PERIPHERAL,
};
/**
static void cursor_timer_handler(unsigned long dev_addr);
-static struct timer_list cursor_timer =
- TIMER_INITIALIZER(cursor_timer_handler, 0, 0);
+static struct timer_list cursor_timer = {
+ function: cursor_timer_handler
+};
static void cursor_timer_handler(unsigned long dev_addr)
{
/* sysctl tunables... */
-struct files_stat_struct files_stat = {0, 0, NR_FILE};
+struct files_stat_struct files_stat = {
+ .max_files = NR_FILE
+};
/* Here the new files go */
static LIST_HEAD(anon_list);