--- linux-2.4.33.3/drivers/s390/char/tape.h 2006-09-12 00:56:17.000000000 -0400 +++ linux-2.4.33.3/drivers/s390/char/tape.h 2006-09-12 01:00:25.000000000 -0400 @@ -357,8 +357,8 @@ void tape_dump_sense_dbf(struct tape_device *, struct tape_request *); /* functions for handling the status of a device */ -inline void tape_state_set (struct tape_device *, unsigned int status); -inline void tape_med_state_set(struct tape_device *, enum tape_medium_state); +void tape_state_set (struct tape_device *, unsigned int status); +void tape_med_state_set(struct tape_device *, enum tape_medium_state); const char *tape_state_string(struct tape_device *); /* Tape 3480/3490 init/exit functions. */