Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f4895925 authored by Robert P. J. Day's avatar Robert P. J. Day Committed by Linus Torvalds
Browse files

Remove final two references to "__obsolete_setup" macro

parent b716395e
Loading
Loading
Loading
Loading
+0 −4
Original line number Original line Diff line number Diff line
@@ -171,9 +171,6 @@ struct obs_kernel_param {
#define __setup(str, fn)					\
#define __setup(str, fn)					\
	__setup_param(str, fn, fn, 0)
	__setup_param(str, fn, fn, 0)


#define __obsolete_setup(str)					\
	__setup_null_param(str, __LINE__)

/* NOTE: fn is as per module_param, not __setup!  Emits warning if fn
/* NOTE: fn is as per module_param, not __setup!  Emits warning if fn
 * returns non-zero. */
 * returns non-zero. */
#define early_param(str, fn)					\
#define early_param(str, fn)					\
@@ -239,7 +236,6 @@ void __init parse_early_param(void);
#define __setup_param(str, unique_id, fn)	/* nothing */
#define __setup_param(str, unique_id, fn)	/* nothing */
#define __setup_null_param(str, unique_id) 	/* nothing */
#define __setup_null_param(str, unique_id) 	/* nothing */
#define __setup(str, func) 			/* nothing */
#define __setup(str, func) 			/* nothing */
#define __obsolete_setup(str) 			/* nothing */
#endif
#endif


/* Data marked not to be saved by software suspend */
/* Data marked not to be saved by software suspend */