[S390] Avoid excessive inlining.
[deliverable/linux.git] / drivers / s390 / block / dasd_diag.c
index 51cdc16a72c53bc87b95d48c1e162364e2f24494..ab782bb46ac1a13978d21def078eca1b60cec77c 100644 (file)
@@ -90,7 +90,7 @@ static inline int dia250(void *iob, int cmd)
  * block offset. On success, return zero and set end_block to contain the
  * number of blocks on the device minus the specified offset. Return non-zero
  * otherwise. */
-static __inline__ int
+static inline int
 mdsk_init_io(struct dasd_device *device, unsigned int blocksize,
             blocknum_t offset, blocknum_t *end_block)
 {
@@ -117,7 +117,7 @@ mdsk_init_io(struct dasd_device *device, unsigned int blocksize,
 
 /* Remove block I/O environment for device. Return zero on success, non-zero
  * otherwise. */
-static __inline__ int
+static inline int
 mdsk_term_io(struct dasd_device * device)
 {
        struct dasd_diag_private *private;
This page took 0.025316 seconds and 5 git commands to generate.