Changeset 3908

Show
Ignore:
Timestamp:
05/09/04 22:40:57 (9 years ago)
Author:
khali
Message:

Fail to compile if kernel lacks sysctl support.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • i2c/trunk/kernel/i2c-proc.c

    r3828 r3908  
    2424*/ 
    2525 
     26#include <linux/config.h> 
    2627#include <linux/module.h> 
    2728#include <linux/kernel.h> 
     
    3536#include "i2c-proc.h" 
    3637#include <asm/uaccess.h> 
     38 
     39#ifndef CONFIG_SYSCTL 
     40#error Your kernel lacks sysctl support (CONFIG_SYSCTL)! 
     41#endif 
    3742 
    3843static int i2c_parse_reals(int *nrels, void *buffer, int bufsize,